#08ad2c
a dark, electric green · cool · closest name: forestgreen
RGB
8, 173, 44
HSL
133°, 91%, 36%
CMYK
95, 0, 75, 32
Luminance
0.3012
Every format
| HEX | #08ad2c |
| RGB | rgb(8, 173, 44) |
| HSL | hsl(133, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 75%, 32%) |
| LAB | lab(61.8 -62.0 52.5) |
| LCH | lch(61.8 81.3 139.7) |
| OKLCH | oklch(0.650 0.205 144.6) |
Copy-ready code
/* CSS */
color: #08ad2c;
background-color: #08ad2c;
/* Tailwind (arbitrary) */
class="text-[#08ad2c] bg-[#08ad2c]"
/* SCSS */
$brand: #08ad2c;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.173)
/* Android */
Color.parseColor("#08ad2c")Accessibility — WCAG contrast
Aa
#08ad2c on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ad2c on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue17.3%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow74.6%
Key (black)32.2%
Color previews
#08ad2c text on a black background
contrast 7.02:1
Card sample
#08ad2c text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ad2c;
Background color
Panel with #08ad2c background
background-color: #08ad2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ad2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ad2c; background: linear-gradient(135deg, #08ad2c, #08AD9A);