#242821
a deep, muted green · cool · closest name: black
RGB
36, 40, 33
HSL
94°, 10%, 14%
CMYK
10, 0, 18, 84
Luminance
0.0200
Every format
| HEX | #242821 |
| RGB | rgb(36, 40, 33) |
| HSL | hsl(94, 10%, 14%) |
| CMYK | cmyk(10%, 0%, 18%, 84%) |
| LAB | lab(15.5 -3.5 4.0) |
| LCH | lch(15.5 5.3 131.0) |
| OKLCH | oklch(0.270 0.014 131.7) |
Copy-ready code
/* CSS */
color: #242821;
background-color: #242821;
/* Tailwind (arbitrary) */
class="text-[#242821] bg-[#242821]"
/* SCSS */
$brand: #242821;
/* SwiftUI */
Color(red: 0.141, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#242821")Accessibility — WCAG contrast
Aa
#242821 on white: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242821 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green15.7%
Blue12.9%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow17.5%
Key (black)84.3%
Color previews
#242821 text on a black background
contrast 1.40:1
Card sample
#242821 text on a white background
contrast 14.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242821;
Background color
Panel with #242821 background
background-color: #242821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242821; background: linear-gradient(135deg, #242821, #212823);