#03471b
a deep, electric green · cool · closest name: seagreen
RGB
3, 71, 27
HSL
141°, 92%, 15%
CMYK
96, 0, 62, 72
Luminance
0.0460
Every format
| HEX | #03471b |
| RGB | rgb(3, 71, 27) |
| HSL | hsl(141, 92%, 15%) |
| CMYK | cmyk(96%, 0%, 62%, 72%) |
| LAB | lab(25.6 -30.8 20.8) |
| LCH | lch(25.6 37.1 145.9) |
| OKLCH | oklch(0.348 0.096 148.9) |
Copy-ready code
/* CSS */
color: #03471b;
background-color: #03471b;
/* Tailwind (arbitrary) */
class="text-[#03471b] bg-[#03471b]"
/* SCSS */
$brand: #03471b;
/* SwiftUI */
Color(red: 0.012, green: 0.278, blue: 0.106)
/* Android */
Color.parseColor("#03471b")Accessibility — WCAG contrast
Aa
#03471b on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#03471b on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green27.8%
Blue10.6%
CMYK percentages
Cyan95.8%
Magenta0.0%
Yellow62.0%
Key (black)72.2%
Color previews
#03471b text on a black background
contrast 1.92:1
Card sample
#03471b text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03471b;
Background color
Panel with #03471b background
background-color: #03471b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03471b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 71, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 71, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03471b; background: linear-gradient(135deg, #03471b, #034647);