#253421
a deep, soft green · cool · closest name: darkslategray
RGB
37, 52, 33
HSL
107°, 22%, 17%
CMYK
29, 0, 37, 80
Luminance
0.0296
Every format
| HEX | #253421 |
| RGB | rgb(37, 52, 33) |
| HSL | hsl(107, 22%, 17%) |
| CMYK | cmyk(29%, 0%, 37%, 80%) |
| LAB | lab(19.9 -10.8 10.1) |
| LCH | lch(19.9 14.7 136.9) |
| OKLCH | oklch(0.305 0.039 139.2) |
Copy-ready code
/* CSS */
color: #253421;
background-color: #253421;
/* Tailwind (arbitrary) */
class="text-[#253421] bg-[#253421]"
/* SCSS */
$brand: #253421;
/* SwiftUI */
Color(red: 0.145, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#253421")Accessibility — WCAG contrast
Aa
#253421 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253421 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green20.4%
Blue12.9%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow36.5%
Key (black)79.6%
Color previews
#253421 text on a black background
contrast 1.59:1
Card sample
#253421 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253421;
Background color
Panel with #253421 background
background-color: #253421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253421; background: linear-gradient(135deg, #253421, #21342A);