#08af40
a dark, electric green · cool · closest name: forestgreen
RGB
8, 175, 64
HSL
140°, 91%, 36%
CMYK
95, 0, 63, 31
Luminance
0.3108
Every format
| HEX | #08af40 |
| RGB | rgb(8, 175, 64) |
| HSL | hsl(140, 91%, 36%) |
| CMYK | cmyk(95%, 0%, 63%, 31%) |
| LAB | lab(62.6 -60.6 45.3) |
| LCH | lch(62.6 75.6 143.2) |
| OKLCH | oklch(0.657 0.194 146.9) |
Copy-ready code
/* CSS */
color: #08af40;
background-color: #08af40;
/* Tailwind (arbitrary) */
class="text-[#08af40] bg-[#08af40]"
/* SCSS */
$brand: #08af40;
/* SwiftUI */
Color(red: 0.031, green: 0.686, blue: 0.251)
/* Android */
Color.parseColor("#08af40")Accessibility — WCAG contrast
Aa
#08af40 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08af40 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green68.6%
Blue25.1%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow63.4%
Key (black)31.4%
Color previews
#08af40 text on a black background
contrast 7.22:1
Card sample
#08af40 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08af40;
Background color
Panel with #08af40 background
background-color: #08af40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08af40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 175, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 175, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08af40; background: linear-gradient(135deg, #08af40, #08AFAF);