#242521
a deep, muted gray · cool · closest name: black
RGB
36, 37, 33
HSL
75°, 6%, 14%
CMYK
3, 0, 11, 86
Luminance
0.0181
Every format
| HEX | #242521 |
| RGB | rgb(36, 37, 33) |
| HSL | hsl(75, 6%, 14%) |
| CMYK | cmyk(3%, 0%, 11%, 86%) |
| LAB | lab(14.4 -1.4 2.5) |
| LCH | lch(14.4 2.9 119.3) |
| OKLCH | oklch(0.262 0.007 118.3) |
Copy-ready code
/* CSS */
color: #242521;
background-color: #242521;
/* Tailwind (arbitrary) */
class="text-[#242521] bg-[#242521]"
/* SCSS */
$brand: #242521;
/* SwiftUI */
Color(red: 0.141, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#242521")Accessibility — WCAG contrast
Aa
#242521 on white: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242521 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.5%
Blue12.9%
CMYK percentages
Cyan2.7%
Magenta0.0%
Yellow10.8%
Key (black)85.5%
Color previews
#242521 text on a black background
contrast 1.36:1
Card sample
#242521 text on a white background
contrast 15.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242521;
Background color
Panel with #242521 background
background-color: #242521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242521; background: linear-gradient(135deg, #242521, #212521);