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