#04471f
a deep, electric green · cool · closest name: seagreen
RGB
4, 71, 31
HSL
144°, 89%, 15%
CMYK
94, 0, 56, 72
Luminance
0.0463
Every format
| HEX | #04471f |
| RGB | rgb(4, 71, 31) |
| HSL | hsl(144, 89%, 15%) |
| CMYK | cmyk(94%, 0%, 56%, 72%) |
| LAB | lab(25.7 -29.9 18.6) |
| LCH | lch(25.7 35.2 148.1) |
| OKLCH | oklch(0.349 0.092 150.6) |
Copy-ready code
/* CSS */
color: #04471f;
background-color: #04471f;
/* Tailwind (arbitrary) */
class="text-[#04471f] bg-[#04471f]"
/* SCSS */
$brand: #04471f;
/* SwiftUI */
Color(red: 0.016, green: 0.278, blue: 0.122)
/* Android */
Color.parseColor("#04471f")Accessibility — WCAG contrast
Aa
#04471f on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04471f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green27.8%
Blue12.2%
CMYK percentages
Cyan94.4%
Magenta0.0%
Yellow56.3%
Key (black)72.2%
Color previews
#04471f text on a black background
contrast 1.93:1
Card sample
#04471f text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04471f;
Background color
Panel with #04471f background
background-color: #04471f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04471f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 71, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 71, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04471f; background: linear-gradient(135deg, #04471f, #044247);