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