#242929
a deep, muted gray · cool · closest name: black
RGB
36, 41, 41
HSL
180°, 7%, 15%
CMYK
12, 0, 0, 84
Luminance
0.0212
Every format
| HEX | #242929 |
| RGB | rgb(36, 41, 41) |
| HSL | hsl(180, 7%, 15%) |
| CMYK | cmyk(12%, 0%, 0%, 84%) |
| LAB | lab(16.1 -2.2 -0.8) |
| LCH | lch(16.1 2.4 198.9) |
| OKLCH | oklch(0.276 0.007 196.7) |
Copy-ready code
/* CSS */
color: #242929;
background-color: #242929;
/* Tailwind (arbitrary) */
class="text-[#242929] bg-[#242929]"
/* SCSS */
$brand: #242929;
/* SwiftUI */
Color(red: 0.141, green: 0.161, blue: 0.161)
/* Android */
Color.parseColor("#242929")Accessibility — WCAG contrast
Aa
#242929 on white: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242929 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green16.1%
Blue16.1%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow0.0%
Key (black)83.9%
Color previews
#242929 text on a black background
contrast 1.42:1
Card sample
#242929 text on a white background
contrast 14.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242929;
Background color
Panel with #242929 background
background-color: #242929;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242929;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 41, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 41, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242929; background: linear-gradient(135deg, #242929, #242629);