#87f35e
a light, electric green · cool · closest name: lime
RGB
135, 243, 94
HSL
104°, 86%, 66%
CMYK
44, 0, 61, 5
Luminance
0.7006
Every format
| HEX | #87f35e |
| RGB | rgb(135, 243, 94) |
| HSL | hsl(104, 86%, 66%) |
| CMYK | cmyk(44%, 0%, 61%, 5%) |
| LAB | lab(87.0 -57.1 60.6) |
| LCH | lch(87.0 83.3 133.3) |
| OKLCH | oklch(0.869 0.211 138.1) |
Copy-ready code
/* CSS */
color: #87f35e;
background-color: #87f35e;
/* Tailwind (arbitrary) */
class="text-[#87f35e] bg-[#87f35e]"
/* SCSS */
$brand: #87f35e;
/* SwiftUI */
Color(red: 0.529, green: 0.953, blue: 0.369)
/* Android */
Color.parseColor("#87f35e")Accessibility — WCAG contrast
Aa
#87f35e on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87f35e on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green95.3%
Blue36.9%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow61.3%
Key (black)4.7%
Color previews
#87f35e text on a black background
contrast 15.01:1
Card sample
#87f35e text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87f35e;
Background color
Panel with #87f35e background
background-color: #87f35e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87f35e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 243, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 243, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87f35e; background: linear-gradient(135deg, #87f35e, #5EF398);