#08a331
a dark, electric green · cool · closest name: forestgreen
RGB
8, 163, 49
HSL
136°, 91%, 34%
CMYK
95, 0, 70, 36
Luminance
0.2647
Every format
| HEX | #08a331 |
| RGB | rgb(8, 163, 49) |
| HSL | hsl(136, 91%, 34%) |
| CMYK | cmyk(95%, 0%, 70%, 36%) |
| LAB | lab(58.5 -58.5 47.2) |
| LCH | lch(58.5 75.2 141.1) |
| OKLCH | oklch(0.623 0.191 145.5) |
Copy-ready code
/* CSS */
color: #08a331;
background-color: #08a331;
/* Tailwind (arbitrary) */
class="text-[#08a331] bg-[#08a331]"
/* SCSS */
$brand: #08a331;
/* SwiftUI */
Color(red: 0.031, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#08a331")Accessibility — WCAG contrast
Aa
#08a331 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08a331 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green63.9%
Blue19.2%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#08a331 text on a black background
contrast 6.29:1
Card sample
#08a331 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08a331;
Background color
Panel with #08a331 background
background-color: #08a331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08a331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08a331; background: linear-gradient(135deg, #08a331, #08A398);