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