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