#87d2ac
a light, vivid green · cool · closest name: aquamarine
RGB
135, 210, 172
HSL
150°, 46%, 68%
CMYK
36, 0, 18, 18
Luminance
0.5422
Every format
| HEX | #87d2ac |
| RGB | rgb(135, 210, 172) |
| HSL | hsl(150, 46%, 68%) |
| CMYK | cmyk(36%, 0%, 18%, 18%) |
| LAB | lab(78.6 -31.5 11.6) |
| LCH | lch(78.6 33.6 159.9) |
| OKLCH | oklch(0.804 0.093 161.3) |
Copy-ready code
/* CSS */
color: #87d2ac;
background-color: #87d2ac;
/* Tailwind (arbitrary) */
class="text-[#87d2ac] bg-[#87d2ac]"
/* SCSS */
$brand: #87d2ac;
/* SwiftUI */
Color(red: 0.529, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#87d2ac")Accessibility — WCAG contrast
Aa
#87d2ac on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87d2ac on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green82.4%
Blue67.5%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#87d2ac text on a black background
contrast 11.84:1
Card sample
#87d2ac text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87d2ac;
Background color
Panel with #87d2ac background
background-color: #87d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87d2ac; background: linear-gradient(135deg, #87d2ac, #87C6D2);