#253000
a deep, electric green · cool · closest name: darkslategray
RGB
37, 48, 0
HSL
74°, 100%, 9%
CMYK
23, 0, 100, 81
Luminance
0.0251
Every format
| HEX | #253000 |
| RGB | rgb(37, 48, 0) |
| HSL | hsl(74, 100%, 9%) |
| CMYK | cmyk(23%, 0%, 100%, 81%) |
| LAB | lab(17.9 -12.6 25.4) |
| LCH | lch(17.9 28.3 116.3) |
| OKLCH | oklch(0.288 0.070 122.3) |
Copy-ready code
/* CSS */
color: #253000;
background-color: #253000;
/* Tailwind (arbitrary) */
class="text-[#253000] bg-[#253000]"
/* SCSS */
$brand: #253000;
/* SwiftUI */
Color(red: 0.145, green: 0.188, blue: 0.000)
/* Android */
Color.parseColor("#253000")Accessibility — WCAG contrast
Aa
#253000 on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253000 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green18.8%
Blue0.0%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow100.0%
Key (black)81.2%
Color previews
#253000 text on a black background
contrast 1.50:1
Card sample
#253000 text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253000;
Background color
Panel with #253000 background
background-color: #253000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 48, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 48, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253000; background: linear-gradient(135deg, #253000, #053000);