#024721
a deep, electric green · cool · closest name: seagreen
RGB
2, 71, 33
HSL
147°, 95%, 14%
CMYK
97, 0, 54, 72
Luminance
0.0463
Every format
| HEX | #024721 |
| RGB | rgb(2, 71, 33) |
| HSL | hsl(147, 95%, 14%) |
| CMYK | cmyk(97%, 0%, 54%, 72%) |
| LAB | lab(25.6 -29.8 17.4) |
| LCH | lch(25.6 34.5 149.8) |
| OKLCH | oklch(0.349 0.090 152.0) |
Copy-ready code
/* CSS */
color: #024721;
background-color: #024721;
/* Tailwind (arbitrary) */
class="text-[#024721] bg-[#024721]"
/* SCSS */
$brand: #024721;
/* SwiftUI */
Color(red: 0.008, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#024721")Accessibility — WCAG contrast
Aa
#024721 on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024721 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green27.8%
Blue12.9%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow53.5%
Key (black)72.2%
Color previews
#024721 text on a black background
contrast 1.93:1
Card sample
#024721 text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024721;
Background color
Panel with #024721 background
background-color: #024721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024721; background: linear-gradient(135deg, #024721, #023F47);