#03371f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 55, 31
HSL
152°, 90%, 11%
CMYK
95, 0, 44, 78
Luminance
0.0285
Every format
| HEX | #03371f |
| RGB | rgb(3, 55, 31) |
| HSL | hsl(152, 90%, 11%) |
| CMYK | cmyk(95%, 0%, 44%, 78%) |
| LAB | lab(19.4 -23.3 10.5) |
| LCH | lch(19.4 25.5 155.6) |
| OKLCH | oklch(0.297 0.068 157.2) |
Copy-ready code
/* CSS */
color: #03371f;
background-color: #03371f;
/* Tailwind (arbitrary) */
class="text-[#03371f] bg-[#03371f]"
/* SCSS */
$brand: #03371f;
/* SwiftUI */
Color(red: 0.012, green: 0.216, blue: 0.122)
/* Android */
Color.parseColor("#03371f")Accessibility — WCAG contrast
Aa
#03371f on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03371f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.6%
Blue12.2%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow43.6%
Key (black)78.4%
Color previews
#03371f text on a black background
contrast 1.57:1
Card sample
#03371f text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03371f;
Background color
Panel with #03371f background
background-color: #03371f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03371f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 55, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 55, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03371f; background: linear-gradient(135deg, #03371f, #032C37);