#028310
a dark, electric green · cool · closest name: green
RGB
2, 131, 16
HSL
127°, 97%, 26%
CMYK
99, 0, 88, 49
Luminance
0.1628
Every format
| HEX | #028310 |
| RGB | rgb(2, 131, 16) |
| HSL | hsl(127, 97%, 26%) |
| CMYK | cmyk(99%, 0%, 88%, 49%) |
| LAB | lab(47.3 -51.8 47.5) |
| LCH | lch(47.3 70.3 137.5) |
| OKLCH | oklch(0.529 0.175 143.3) |
Copy-ready code
/* CSS */
color: #028310;
background-color: #028310;
/* Tailwind (arbitrary) */
class="text-[#028310] bg-[#028310]"
/* SCSS */
$brand: #028310;
/* SwiftUI */
Color(red: 0.008, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#028310")Accessibility — WCAG contrast
Aa
#028310 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#028310 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green51.4%
Blue6.3%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#028310 text on a black background
contrast 4.26:1
Card sample
#028310 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028310;
Background color
Panel with #028310 background
background-color: #028310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028310; background: linear-gradient(135deg, #028310, #028366);