#08eb57
a balanced, electric green · cool · closest name: lime
RGB
8, 235, 87
HSL
141°, 93%, 48%
CMYK
97, 0, 63, 8
Luminance
0.6016
Every format
| HEX | #08eb57 |
| RGB | rgb(8, 235, 87) |
| HSL | hsl(141, 93%, 48%) |
| CMYK | cmyk(97%, 0%, 63%, 8%) |
| LAB | lab(81.9 -76.0 57.1) |
| LCH | lch(81.9 95.0 143.0) |
| OKLCH | oklch(0.819 0.244 146.8) |
Copy-ready code
/* CSS */
color: #08eb57;
background-color: #08eb57;
/* Tailwind (arbitrary) */
class="text-[#08eb57] bg-[#08eb57]"
/* SCSS */
$brand: #08eb57;
/* SwiftUI */
Color(red: 0.031, green: 0.922, blue: 0.341)
/* Android */
Color.parseColor("#08eb57")Accessibility — WCAG contrast
Aa
#08eb57 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08eb57 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.2%
Blue34.1%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow63.0%
Key (black)7.8%
Color previews
#08eb57 text on a black background
contrast 13.03:1
Card sample
#08eb57 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08eb57;
Background color
Panel with #08eb57 background
background-color: #08eb57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08eb57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 235, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 235, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08eb57; background: linear-gradient(135deg, #08eb57, #08E7EB);