#08ad4f
a dark, electric green · cool · closest name: forestgreen
RGB
8, 173, 79
HSL
146°, 91%, 36%
CMYK
95, 0, 54, 32
Luminance
0.3050
Every format
| HEX | #08ad4f |
| RGB | rgb(8, 173, 79) |
| HSL | hsl(146, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 54%, 32%) |
| LAB | lab(62.1 -57.9 37.6) |
| LCH | lch(62.1 69.1 147.0) |
| OKLCH | oklch(0.654 0.179 149.7) |
Copy-ready code
/* CSS */
color: #08ad4f;
background-color: #08ad4f;
/* Tailwind (arbitrary) */
class="text-[#08ad4f] bg-[#08ad4f]"
/* SCSS */
$brand: #08ad4f;
/* SwiftUI */
Color(red: 0.031, green: 0.678, blue: 0.310)
/* Android */
Color.parseColor("#08ad4f")Accessibility — WCAG contrast
Aa
#08ad4f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ad4f on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.8%
Blue31.0%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow54.3%
Key (black)32.2%
Color previews
#08ad4f text on a black background
contrast 7.10:1
Card sample
#08ad4f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ad4f;
Background color
Panel with #08ad4f background
background-color: #08ad4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ad4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 173, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 173, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ad4f; background: linear-gradient(135deg, #08ad4f, #089DAD);