#253a21
a deep, soft green · cool · closest name: darkslategray
RGB
37, 58, 33
HSL
110°, 28%, 18%
CMYK
36, 0, 43, 77
Luminance
0.0353
Every format
| HEX | #253a21 |
| RGB | rgb(37, 58, 33) |
| HSL | hsl(110, 28%, 18%) |
| CMYK | cmyk(36%, 0%, 43%, 77%) |
| LAB | lab(22.1 -14.3 13.0) |
| LCH | lch(22.1 19.3 137.9) |
| OKLCH | oklch(0.323 0.051 140.5) |
Copy-ready code
/* CSS */
color: #253a21;
background-color: #253a21;
/* Tailwind (arbitrary) */
class="text-[#253a21] bg-[#253a21]"
/* SCSS */
$brand: #253a21;
/* SwiftUI */
Color(red: 0.145, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#253a21")Accessibility — WCAG contrast
Aa
#253a21 on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253a21 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green22.7%
Blue12.9%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow43.1%
Key (black)77.3%
Color previews
#253a21 text on a black background
contrast 1.71:1
Card sample
#253a21 text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253a21;
Background color
Panel with #253a21 background
background-color: #253a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253a21; background: linear-gradient(135deg, #253a21, #213A2E);