#08b039
a dark, electric green · cool · closest name: forestgreen
RGB
8, 176, 57
HSL
138°, 91%, 36%
CMYK
96, 0, 68, 31
Luminance
0.3140
Every format
| HEX | #08b039 |
| RGB | rgb(8, 176, 57) |
| HSL | hsl(138, 91%, 36%) |
| CMYK | cmyk(96%, 0%, 68%, 31%) |
| LAB | lab(62.8 -61.7 48.6) |
| LCH | lch(62.8 78.5 141.8) |
| OKLCH | oklch(0.659 0.200 145.9) |
Copy-ready code
/* CSS */
color: #08b039;
background-color: #08b039;
/* Tailwind (arbitrary) */
class="text-[#08b039] bg-[#08b039]"
/* SCSS */
$brand: #08b039;
/* SwiftUI */
Color(red: 0.031, green: 0.690, blue: 0.224)
/* Android */
Color.parseColor("#08b039")Accessibility — WCAG contrast
Aa
#08b039 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08b039 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green69.0%
Blue22.4%
CMYK percentages
Cyan95.5%
Magenta0.0%
Yellow67.6%
Key (black)31.0%
Color previews
#08b039 text on a black background
contrast 7.28:1
Card sample
#08b039 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08b039;
Background color
Panel with #08b039 background
background-color: #08b039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08b039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 176, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 176, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08b039; background: linear-gradient(135deg, #08b039, #08B0A9);