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