#242321
a deep, muted gray · warm · closest name: black
RGB
36, 35, 33
HSL
40°, 4%, 14%
CMYK
0, 3, 8, 86
Luminance
0.0169
Every format
| HEX | #242321 |
| RGB | rgb(36, 35, 33) |
| HSL | hsl(40, 4%, 14%) |
| CMYK | cmyk(0%, 3%, 8%, 86%) |
| LAB | lab(13.8 -0.0 1.5) |
| LCH | lch(13.8 1.5 90.4) |
| OKLCH | oklch(0.257 0.004 84.6) |
Copy-ready code
/* CSS */
color: #242321;
background-color: #242321;
/* Tailwind (arbitrary) */
class="text-[#242321] bg-[#242321]"
/* SCSS */
$brand: #242321;
/* SwiftUI */
Color(red: 0.141, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#242321")Accessibility — WCAG contrast
Aa
#242321 on white: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242321 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow8.3%
Key (black)85.9%
Color previews
#242321 text on a black background
contrast 1.34:1
Card sample
#242321 text on a white background
contrast 15.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242321;
Background color
Panel with #242321 background
background-color: #242321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242321; background: linear-gradient(135deg, #242321, #232421);