#253521
a deep, soft green · cool · closest name: darkslategray
RGB
37, 53, 33
HSL
108°, 23%, 17%
CMYK
30, 0, 38, 79
Luminance
0.0305
Every format
| HEX | #253521 |
| RGB | rgb(37, 53, 33) |
| HSL | hsl(108, 23%, 17%) |
| CMYK | cmyk(30%, 0%, 38%, 79%) |
| LAB | lab(20.2 -11.4 10.6) |
| LCH | lch(20.2 15.5 137.1) |
| OKLCH | oklch(0.308 0.041 139.5) |
Copy-ready code
/* CSS */
color: #253521;
background-color: #253521;
/* Tailwind (arbitrary) */
class="text-[#253521] bg-[#253521]"
/* SCSS */
$brand: #253521;
/* SwiftUI */
Color(red: 0.145, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#253521")Accessibility — WCAG contrast
Aa
#253521 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253521 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green20.8%
Blue12.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#253521 text on a black background
contrast 1.61:1
Card sample
#253521 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253521;
Background color
Panel with #253521 background
background-color: #253521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253521; background: linear-gradient(135deg, #253521, #21352A);