#253f13
a deep, vivid green · cool · closest name: darkslategray
RGB
37, 63, 19
HSL
96°, 54%, 16%
CMYK
41, 0, 70, 75
Luminance
0.0400
Every format
| HEX | #253f13 |
| RGB | rgb(37, 63, 19) |
| HSL | hsl(96, 54%, 16%) |
| CMYK | cmyk(41%, 0%, 70%, 75%) |
| LAB | lab(23.7 -19.2 23.3) |
| LCH | lch(23.7 30.2 129.4) |
| OKLCH | oklch(0.335 0.076 134.6) |
Copy-ready code
/* CSS */
color: #253f13;
background-color: #253f13;
/* Tailwind (arbitrary) */
class="text-[#253f13] bg-[#253f13]"
/* SCSS */
$brand: #253f13;
/* SwiftUI */
Color(red: 0.145, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#253f13")Accessibility — WCAG contrast
Aa
#253f13 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253f13 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green24.7%
Blue7.5%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#253f13 text on a black background
contrast 1.80:1
Card sample
#253f13 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253f13;
Background color
Panel with #253f13 background
background-color: #253f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253f13; background: linear-gradient(135deg, #253f13, #133F1E);