#08b609
a dark, electric green · cool · closest name: green
RGB
8, 182, 9
HSL
120°, 92%, 37%
CMYK
96, 0, 95, 29
Luminance
0.3353
Every format
| HEX | #08b609 |
| RGB | rgb(8, 182, 9) |
| HSL | hsl(120, 92%, 37%) |
| CMYK | cmyk(96%, 0%, 95%, 29%) |
| LAB | lab(64.6 -66.3 63.5) |
| LCH | lch(64.6 91.8 136.2) |
| OKLCH | oklch(0.673 0.227 142.6) |
Copy-ready code
/* CSS */
color: #08b609;
background-color: #08b609;
/* Tailwind (arbitrary) */
class="text-[#08b609] bg-[#08b609]"
/* SCSS */
$brand: #08b609;
/* SwiftUI */
Color(red: 0.031, green: 0.714, blue: 0.035)
/* Android */
Color.parseColor("#08b609")Accessibility — WCAG contrast
Aa
#08b609 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b609 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green71.4%
Blue3.5%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow95.1%
Key (black)28.6%
Color previews
#08b609 text on a black background
contrast 7.71:1
Card sample
#08b609 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b609;
Background color
Panel with #08b609 background
background-color: #08b609;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b609;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 182, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 182, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b609; background: linear-gradient(135deg, #08b609, #08B67D);