Nero
#252525
Nero is a color with the hex code #252525. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #252525 | |
|---|---|---|
| RGB | rgb(37, 37, 37) | |
| HSL | hsl(0, 0%, 15%) | |
| CMYK | cmyk(0%, 0%, 0%, 85%) | |
| LAB | lab(15, 0, 0) | |
| OKLCH | oklch(0.26 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #252525;
background-color: #252525;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF252525)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.15, blue: 0.15, alpha: 1.0)