#03340f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 52, 15
HSL
135°, 89%, 11%
CMYK
94, 0, 71, 80
Luminance
0.0251
Every format
| HEX | #03340f |
| RGB | rgb(3, 52, 15) |
| HSL | hsl(135, 89%, 11%) |
| CMYK | cmyk(94%, 0%, 71%, 80%) |
| LAB | lab(18.0 -25.3 18.6) |
| LCH | lch(18.0 31.4 143.6) |
| OKLCH | oklch(0.284 0.081 147.1) |
Copy-ready code
/* CSS */
color: #03340f;
background-color: #03340f;
/* Tailwind (arbitrary) */
class="text-[#03340f] bg-[#03340f]"
/* SCSS */
$brand: #03340f;
/* SwiftUI */
Color(red: 0.012, green: 0.204, blue: 0.059)
/* Android */
Color.parseColor("#03340f")Accessibility — WCAG contrast
Aa
#03340f on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03340f on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green20.4%
Blue5.9%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow71.2%
Key (black)79.6%
Color previews
#03340f text on a black background
contrast 1.50:1
Card sample
#03340f text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03340f;
Background color
Panel with #03340f background
background-color: #03340f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03340f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 52, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 52, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03340f; background: linear-gradient(135deg, #03340f, #033430);