#024813
a deep, electric green · cool · closest name: seagreen
RGB
2, 72, 19
HSL
135°, 95%, 15%
CMYK
97, 0, 74, 72
Luminance
0.0469
Every format
| HEX | #024813 |
| RGB | rgb(2, 72, 19) |
| HSL | hsl(135, 95%, 15%) |
| CMYK | cmyk(97%, 0%, 74%, 72%) |
| LAB | lab(25.9 -32.5 25.4) |
| LCH | lch(25.9 41.2 142.0) |
| OKLCH | oklch(0.350 0.105 146.0) |
Copy-ready code
/* CSS */
color: #024813;
background-color: #024813;
/* Tailwind (arbitrary) */
class="text-[#024813] bg-[#024813]"
/* SCSS */
$brand: #024813;
/* SwiftUI */
Color(red: 0.008, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#024813")Accessibility — WCAG contrast
Aa
#024813 on white: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024813 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green28.2%
Blue7.5%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow73.6%
Key (black)71.8%
Color previews
#024813 text on a black background
contrast 1.94:1
Card sample
#024813 text on a white background
contrast 10.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024813;
Background color
Panel with #024813 background
background-color: #024813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024813; background: linear-gradient(135deg, #024813, #024842);