#08a608
a dark, electric green · cool · closest name: green
RGB
8, 166, 8
HSL
120°, 91%, 34%
CMYK
95, 0, 95, 35
Luminance
0.2734
Every format
| HEX | #08a608 |
| RGB | rgb(8, 166, 8) |
| HSL | hsl(120, 91%, 34%) |
| CMYK | cmyk(95%, 0%, 95%, 35%) |
| LAB | lab(59.3 -61.9 59.3) |
| LCH | lch(59.3 85.7 136.2) |
| OKLCH | oklch(0.629 0.211 142.5) |
Copy-ready code
/* CSS */
color: #08a608;
background-color: #08a608;
/* Tailwind (arbitrary) */
class="text-[#08a608] bg-[#08a608]"
/* SCSS */
$brand: #08a608;
/* SwiftUI */
Color(red: 0.031, green: 0.651, blue: 0.031)
/* Android */
Color.parseColor("#08a608")Accessibility — WCAG contrast
Aa
#08a608 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08a608 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green65.1%
Blue3.1%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow95.2%
Key (black)34.9%
Color previews
#08a608 text on a black background
contrast 6.47:1
Card sample
#08a608 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08a608;
Background color
Panel with #08a608 background
background-color: #08a608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08a608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 166, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 166, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08a608; background: linear-gradient(135deg, #08a608, #08A671);