#242721
a deep, muted green · cool · closest name: black
RGB
36, 39, 33
HSL
90°, 8%, 14%
CMYK
8, 0, 15, 85
Luminance
0.0194
Every format
| HEX | #242721 |
| RGB | rgb(36, 39, 33) |
| HSL | hsl(90, 8%, 14%) |
| CMYK | cmyk(8%, 0%, 15%, 85%) |
| LAB | lab(15.2 -2.8 3.5) |
| LCH | lch(15.2 4.5 128.5) |
| OKLCH | oklch(0.268 0.012 129.0) |
Copy-ready code
/* CSS */
color: #242721;
background-color: #242721;
/* Tailwind (arbitrary) */
class="text-[#242721] bg-[#242721]"
/* SCSS */
$brand: #242721;
/* SwiftUI */
Color(red: 0.141, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#242721")Accessibility — WCAG contrast
Aa
#242721 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242721 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green15.3%
Blue12.9%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow15.4%
Key (black)84.7%
Color previews
#242721 text on a black background
contrast 1.39:1
Card sample
#242721 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242721;
Background color
Panel with #242721 background
background-color: #242721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242721; background: linear-gradient(135deg, #242721, #212722);