#03370f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 55, 15
HSL
134°, 90%, 11%
CMYK
95, 0, 73, 78
Luminance
0.0279
Every format
| HEX | #03370f |
| RGB | rgb(3, 55, 15) |
| HSL | hsl(134, 90%, 11%) |
| CMYK | cmyk(95%, 0%, 73%, 78%) |
| LAB | lab(19.2 -26.4 20.0) |
| LCH | lch(19.2 33.2 142.9) |
| OKLCH | oklch(0.294 0.085 146.6) |
Copy-ready code
/* CSS */
color: #03370f;
background-color: #03370f;
/* Tailwind (arbitrary) */
class="text-[#03370f] bg-[#03370f]"
/* SCSS */
$brand: #03370f;
/* SwiftUI */
Color(red: 0.012, green: 0.216, blue: 0.059)
/* Android */
Color.parseColor("#03370f")Accessibility — WCAG contrast
Aa
#03370f on white: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03370f on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green21.6%
Blue5.9%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow72.7%
Key (black)78.4%
Color previews
#03370f text on a black background
contrast 1.56:1
Card sample
#03370f text on a white background
contrast 13.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03370f;
Background color
Panel with #03370f background
background-color: #03370f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03370f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 55, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 55, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03370f; background: linear-gradient(135deg, #03370f, #033732);