#182921
a deep, soft green · cool · closest name: black
RGB
24, 41, 33
HSL
152°, 26%, 13%
CMYK
42, 0, 20, 84
Luminance
0.0189
Every format
| HEX | #182921 |
| RGB | rgb(24, 41, 33) |
| HSL | hsl(152, 26%, 13%) |
| CMYK | cmyk(42%, 0%, 20%, 84%) |
| LAB | lab(14.9 -9.3 3.0) |
| LCH | lch(14.9 9.8 162.1) |
| OKLCH | oklch(0.263 0.027 163.5) |
Copy-ready code
/* CSS */
color: #182921;
background-color: #182921;
/* Tailwind (arbitrary) */
class="text-[#182921] bg-[#182921]"
/* SCSS */
$brand: #182921;
/* SwiftUI */
Color(red: 0.094, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#182921")Accessibility — WCAG contrast
Aa
#182921 on white: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#182921 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green16.1%
Blue12.9%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#182921 text on a black background
contrast 1.38:1
Card sample
#182921 text on a white background
contrast 15.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #182921;
Background color
Panel with #182921 background
background-color: #182921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #182921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #182921; background: linear-gradient(135deg, #182921, #182629);