#03440c
a deep, electric green · cool · closest name: seagreen
RGB
3, 68, 12
HSL
128°, 92%, 14%
CMYK
96, 0, 82, 73
Luminance
0.0418
Every format
| HEX | #03440c |
| RGB | rgb(3, 68, 12) |
| HSL | hsl(128, 92%, 14%) |
| CMYK | cmyk(96%, 0%, 82%, 73%) |
| LAB | lab(24.3 -31.7 27.0) |
| LCH | lch(24.3 41.6 139.6) |
| OKLCH | oklch(0.337 0.105 144.4) |
Copy-ready code
/* CSS */
color: #03440c;
background-color: #03440c;
/* Tailwind (arbitrary) */
class="text-[#03440c] bg-[#03440c]"
/* SCSS */
$brand: #03440c;
/* SwiftUI */
Color(red: 0.012, green: 0.267, blue: 0.047)
/* Android */
Color.parseColor("#03440c")Accessibility — WCAG contrast
Aa
#03440c on white: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03440c on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green26.7%
Blue4.7%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow82.4%
Key (black)73.3%
Color previews
#03440c text on a black background
contrast 1.84:1
Card sample
#03440c text on a white background
contrast 11.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03440c;
Background color
Panel with #03440c background
background-color: #03440c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03440c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 68, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 68, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03440c; background: linear-gradient(135deg, #03440c, #034437);