#24201f
a deep, muted gray · warm · closest name: black
RGB
36, 32, 31
HSL
12°, 8%, 13%
CMYK
0, 11, 14, 86
Luminance
0.0151
Every format
| HEX | #24201f |
| RGB | rgb(36, 32, 31) |
| HSL | hsl(12, 8%, 13%) |
| CMYK | cmyk(0%, 11%, 14%, 86%) |
| LAB | lab(12.7 1.7 1.4) |
| LCH | lch(12.7 2.2 39.4) |
| OKLCH | oklch(0.248 0.006 34.3) |
Copy-ready code
/* CSS */
color: #24201f;
background-color: #24201f;
/* Tailwind (arbitrary) */
class="text-[#24201f] bg-[#24201f]"
/* SCSS */
$brand: #24201f;
/* SwiftUI */
Color(red: 0.141, green: 0.125, blue: 0.122)
/* Android */
Color.parseColor("#24201f")Accessibility — WCAG contrast
Aa
#24201f on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#24201f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green12.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow13.9%
Key (black)85.9%
Color previews
#24201f text on a black background
contrast 1.30:1
Card sample
#24201f text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #24201f;
Background color
Panel with #24201f background
background-color: #24201f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #24201f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 32, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 32, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #24201f; background: linear-gradient(135deg, #24201f, #24231F);