#252921
a deep, muted green · cool · closest name: black
RGB
37, 41, 33
HSL
90°, 11%, 15%
CMYK
10, 0, 20, 84
Luminance
0.0209
Every format
| HEX | #252921 |
| RGB | rgb(37, 41, 33) |
| HSL | hsl(90, 11%, 15%) |
| CMYK | cmyk(10%, 0%, 20%, 84%) |
| LAB | lab(15.9 -3.7 4.7) |
| LCH | lch(15.9 5.9 128.4) |
| OKLCH | oklch(0.274 0.015 129.1) |
Copy-ready code
/* CSS */
color: #252921;
background-color: #252921;
/* Tailwind (arbitrary) */
class="text-[#252921] bg-[#252921]"
/* SCSS */
$brand: #252921;
/* SwiftUI */
Color(red: 0.145, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#252921")Accessibility — WCAG contrast
Aa
#252921 on white: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252921 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green16.1%
Blue12.9%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow19.5%
Key (black)83.9%
Color previews
#252921 text on a black background
contrast 1.42:1
Card sample
#252921 text on a white background
contrast 14.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252921;
Background color
Panel with #252921 background
background-color: #252921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252921; background: linear-gradient(135deg, #252921, #212922);