#04540c
a deep, electric green · cool · closest name: seagreen
RGB
4, 84, 12
HSL
126°, 91%, 17%
CMYK
95, 0, 86, 67
Luminance
0.0639
Every format
| HEX | #04540c |
| RGB | rgb(4, 84, 12) |
| HSL | hsl(126, 91%, 17%) |
| CMYK | cmyk(95%, 0%, 86%, 67%) |
| LAB | lab(30.4 -37.0 33.0) |
| LCH | lch(30.4 49.6 138.3) |
| OKLCH | oklch(0.388 0.124 143.6) |
Copy-ready code
/* CSS */
color: #04540c;
background-color: #04540c;
/* Tailwind (arbitrary) */
class="text-[#04540c] bg-[#04540c]"
/* SCSS */
$brand: #04540c;
/* SwiftUI */
Color(red: 0.016, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#04540c")Accessibility — WCAG contrast
Aa
#04540c on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04540c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green32.9%
Blue4.7%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow85.7%
Key (black)67.1%
Color previews
#04540c text on a black background
contrast 2.28:1
Card sample
#04540c text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04540c;
Background color
Panel with #04540c background
background-color: #04540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04540c; background: linear-gradient(135deg, #04540c, #045442);