#242621
a deep, muted gray · cool · closest name: black
RGB
36, 38, 33
HSL
84°, 7%, 14%
CMYK
5, 0, 13, 85
Luminance
0.0187
Every format
| HEX | #242621 |
| RGB | rgb(36, 38, 33) |
| HSL | hsl(84, 7%, 14%) |
| CMYK | cmyk(5%, 0%, 13%, 85%) |
| LAB | lab(14.8 -2.1 3.0) |
| LCH | lch(14.8 3.7 125.0) |
| OKLCH | oklch(0.265 0.009 124.9) |
Copy-ready code
/* CSS */
color: #242621;
background-color: #242621;
/* Tailwind (arbitrary) */
class="text-[#242621] bg-[#242621]"
/* SCSS */
$brand: #242621;
/* SwiftUI */
Color(red: 0.141, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#242621")Accessibility — WCAG contrast
Aa
#242621 on white: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#242621 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green14.9%
Blue12.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow13.2%
Key (black)85.1%
Color previews
#242621 text on a black background
contrast 1.37:1
Card sample
#242621 text on a white background
contrast 15.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #242621;
Background color
Panel with #242621 background
background-color: #242621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #242621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #242621; background: linear-gradient(135deg, #242621, #212621);