#253321
a deep, soft green · cool · closest name: darkslategray
RGB
37, 51, 33
HSL
107°, 21%, 17%
CMYK
28, 0, 35, 80
Luminance
0.0287
Every format
| HEX | #253321 |
| RGB | rgb(37, 51, 33) |
| HSL | hsl(107, 21%, 17%) |
| CMYK | cmyk(28%, 0%, 35%, 80%) |
| LAB | lab(19.5 -10.2 9.6) |
| LCH | lch(19.5 14.0 136.6) |
| OKLCH | oklch(0.303 0.037 138.8) |
Copy-ready code
/* CSS */
color: #253321;
background-color: #253321;
/* Tailwind (arbitrary) */
class="text-[#253321] bg-[#253321]"
/* SCSS */
$brand: #253321;
/* SwiftUI */
Color(red: 0.145, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#253321")Accessibility — WCAG contrast
Aa
#253321 on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253321 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green20.0%
Blue12.9%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow35.3%
Key (black)80.0%
Color previews
#253321 text on a black background
contrast 1.57:1
Card sample
#253321 text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253321;
Background color
Panel with #253321 background
background-color: #253321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253321; background: linear-gradient(135deg, #253321, #213329);