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