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