#87f690
a light, electric green · cool · closest name: aquamarine
RGB
135, 246, 144
HSL
125°, 86%, 75%
CMYK
45, 0, 42, 4
Luminance
0.7308
Every format
| HEX | #87f690 |
| RGB | rgb(135, 246, 144) |
| HSL | hsl(125, 86%, 75%) |
| CMYK | cmyk(45%, 0%, 42%, 4%) |
| LAB | lab(88.5 -52.2 39.4) |
| LCH | lch(88.5 65.4 143.0) |
| OKLCH | oklch(0.883 0.172 145.7) |
Copy-ready code
/* CSS */
color: #87f690;
background-color: #87f690;
/* Tailwind (arbitrary) */
class="text-[#87f690] bg-[#87f690]"
/* SCSS */
$brand: #87f690;
/* SwiftUI */
Color(red: 0.529, green: 0.965, blue: 0.565)
/* Android */
Color.parseColor("#87f690")Accessibility — WCAG contrast
Aa
#87f690 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87f690 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green96.5%
Blue56.5%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow41.5%
Key (black)3.5%
Color previews
#87f690 text on a black background
contrast 15.62:1
Card sample
#87f690 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87f690;
Background color
Panel with #87f690 background
background-color: #87f690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87f690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 246, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 246, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87f690; background: linear-gradient(135deg, #87f690, #87F6DA);