#04491b
a deep, electric green · cool · closest name: seagreen
RGB
4, 73, 27
HSL
140°, 90%, 15%
CMYK
95, 0, 63, 71
Luminance
0.0487
Every format
| HEX | #04491b |
| RGB | rgb(4, 73, 27) |
| HSL | hsl(140, 90%, 15%) |
| CMYK | cmyk(95%, 0%, 63%, 71%) |
| LAB | lab(26.4 -31.4 21.7) |
| LCH | lch(26.4 38.1 145.3) |
| OKLCH | oklch(0.355 0.099 148.4) |
Copy-ready code
/* CSS */
color: #04491b;
background-color: #04491b;
/* Tailwind (arbitrary) */
class="text-[#04491b] bg-[#04491b]"
/* SCSS */
$brand: #04491b;
/* SwiftUI */
Color(red: 0.016, green: 0.286, blue: 0.106)
/* Android */
Color.parseColor("#04491b")Accessibility — WCAG contrast
Aa
#04491b on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04491b on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green28.6%
Blue10.6%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow63.0%
Key (black)71.4%
Color previews
#04491b text on a black background
contrast 1.97:1
Card sample
#04491b text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04491b;
Background color
Panel with #04491b background
background-color: #04491b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04491b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 73, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 73, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04491b; background: linear-gradient(135deg, #04491b, #044949);