Rich Black
#004040
Here's everything about the color Rich Black (#004040) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #004040 | |
|---|---|---|
| RGB | rgb(0, 64, 64) | |
| HSL | hsl(180, 100%, 13%) | |
| CMYK | cmyk(100%, 0%, 0%, 75%) | |
| LAB | lab(24, -19, -6) | |
| OKLCH | oklch(0.34 0.057 195) |
Color harmonies
Tints & shades
Code snippets
color: #004040;
background-color: #004040;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF004040)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.25, blue: 0.25, alpha: 1.0)