#152c2c
a deep, soft cyan · cool · closest name: darkslategray
RGB
21, 44, 44
HSL
180°, 35%, 13%
CMYK
52, 0, 0, 83
Luminance
0.0214
Every format
| HEX | #152c2c |
| RGB | rgb(21, 44, 44) |
| HSL | hsl(180, 35%, 13%) |
| CMYK | cmyk(52%, 0%, 0%, 83%) |
| LAB | lab(16.2 -9.0 -2.8) |
| LCH | lch(16.2 9.5 197.4) |
| OKLCH | oklch(0.274 0.029 195.6) |
Copy-ready code
/* CSS */
color: #152c2c;
background-color: #152c2c;
/* Tailwind (arbitrary) */
class="text-[#152c2c] bg-[#152c2c]"
/* SCSS */
$brand: #152c2c;
/* SwiftUI */
Color(red: 0.082, green: 0.173, blue: 0.173)
/* Android */
Color.parseColor("#152c2c")Accessibility — WCAG contrast
Aa
#152c2c on white: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#152c2c on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green17.3%
Blue17.3%
CMYK percentages
Cyan52.3%
Magenta0.0%
Yellow0.0%
Key (black)82.7%
Color previews
#152c2c text on a black background
contrast 1.43:1
Card sample
#152c2c text on a white background
contrast 14.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #152c2c;
Background color
Panel with #152c2c background
background-color: #152c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #152c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 44, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 44, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #152c2c; background: linear-gradient(135deg, #152c2c, #151D2C);