#08f062
a balanced, electric green · cool · closest name: lime
RGB
8, 240, 98
HSL
143°, 94%, 49%
CMYK
97, 0, 59, 6
Luminance
0.6325
Every format
| HEX | #08f062 |
| RGB | rgb(8, 240, 98) |
| HSL | hsl(143, 94%, 49%) |
| CMYK | cmyk(97%, 0%, 59%, 6%) |
| LAB | lab(83.6 -76.1 54.3) |
| LCH | lch(83.6 93.5 144.5) |
| OKLCH | oklch(0.833 0.241 147.9) |
Copy-ready code
/* CSS */
color: #08f062;
background-color: #08f062;
/* Tailwind (arbitrary) */
class="text-[#08f062] bg-[#08f062]"
/* SCSS */
$brand: #08f062;
/* SwiftUI */
Color(red: 0.031, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#08f062")Accessibility — WCAG contrast
Aa
#08f062 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f062 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green94.1%
Blue38.4%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#08f062 text on a black background
contrast 13.65:1
Card sample
#08f062 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f062;
Background color
Panel with #08f062 background
background-color: #08f062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f062; background: linear-gradient(135deg, #08f062, #08E3F0);