#08c441
a dark, electric green · cool · closest name: forestgreen
RGB
8, 196, 65
HSL
138°, 92%, 40%
CMYK
96, 0, 67, 23
Luminance
0.3991
Every format
| HEX | #08c441 |
| RGB | rgb(8, 196, 65) |
| HSL | hsl(138, 92%, 40%) |
| CMYK | cmyk(96%, 0%, 67%, 23%) |
| LAB | lab(69.4 -66.9 52.4) |
| LCH | lch(69.4 85.0 141.9) |
| OKLCH | oklch(0.714 0.217 146.0) |
Copy-ready code
/* CSS */
color: #08c441;
background-color: #08c441;
/* Tailwind (arbitrary) */
class="text-[#08c441] bg-[#08c441]"
/* SCSS */
$brand: #08c441;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.255)
/* Android */
Color.parseColor("#08c441")Accessibility — WCAG contrast
Aa
#08c441 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c441 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue25.5%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow66.8%
Key (black)23.1%
Color previews
#08c441 text on a black background
contrast 8.98:1
Card sample
#08c441 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c441;
Background color
Panel with #08c441 background
background-color: #08c441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c441; background: linear-gradient(135deg, #08c441, #08C4BE);