#044302
a deep, electric green · cool · closest name: seagreen
RGB
4, 67, 2
HSL
118°, 94%, 14%
CMYK
94, 0, 97, 74
Luminance
0.0404
Every format
| HEX | #044302 |
| RGB | rgb(4, 67, 2) |
| HSL | hsl(118, 94%, 14%) |
| CMYK | cmyk(94%, 0%, 97%, 74%) |
| LAB | lab(23.8 -32.0 30.6) |
| LCH | lch(23.8 44.3 136.3) |
| OKLCH | oklch(0.333 0.110 142.2) |
Copy-ready code
/* CSS */
color: #044302;
background-color: #044302;
/* Tailwind (arbitrary) */
class="text-[#044302] bg-[#044302]"
/* SCSS */
$brand: #044302;
/* SwiftUI */
Color(red: 0.016, green: 0.263, blue: 0.008)
/* Android */
Color.parseColor("#044302")Accessibility — WCAG contrast
Aa
#044302 on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044302 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green26.3%
Blue0.8%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow97.0%
Key (black)73.7%
Color previews
#044302 text on a black background
contrast 1.81:1
Card sample
#044302 text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044302;
Background color
Panel with #044302 background
background-color: #044302;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044302;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 67, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 67, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044302; background: linear-gradient(135deg, #044302, #02432B);