#87e310
a balanced, electric green · cool · closest name: lime
RGB
135, 227, 16
HSL
86°, 87%, 48%
CMYK
41, 0, 93, 11
Luminance
0.6013
Every format
| HEX | #87e310 |
| RGB | rgb(135, 227, 16) |
| HSL | hsl(86, 87%, 48%) |
| CMYK | cmyk(41%, 0%, 93%, 11%) |
| LAB | lab(81.9 -55.1 78.2) |
| LCH | lch(81.9 95.7 125.2) |
| OKLCH | oklch(0.826 0.230 132.9) |
Copy-ready code
/* CSS */
color: #87e310;
background-color: #87e310;
/* Tailwind (arbitrary) */
class="text-[#87e310] bg-[#87e310]"
/* SCSS */
$brand: #87e310;
/* SwiftUI */
Color(red: 0.529, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#87e310")Accessibility — WCAG contrast
Aa
#87e310 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87e310 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green89.0%
Blue6.3%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#87e310 text on a black background
contrast 13.03:1
Card sample
#87e310 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87e310;
Background color
Panel with #87e310 background
background-color: #87e310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87e310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87e310; background: linear-gradient(135deg, #87e310, #10E326);