#87dfba
a light, vivid green · cool · closest name: aquamarine
RGB
135, 223, 186
HSL
155°, 58%, 70%
CMYK
40, 0, 17, 13
Luminance
0.6147
Every format
| HEX | #87dfba |
| RGB | rgb(135, 223, 186) |
| HSL | hsl(155, 58%, 70%) |
| CMYK | cmyk(40%, 0%, 17%, 13%) |
| LAB | lab(82.6 -34.7 9.9) |
| LCH | lch(82.6 36.1 164.1) |
| OKLCH | oklch(0.838 0.101 165.4) |
Copy-ready code
/* CSS */
color: #87dfba;
background-color: #87dfba;
/* Tailwind (arbitrary) */
class="text-[#87dfba] bg-[#87dfba]"
/* SCSS */
$brand: #87dfba;
/* SwiftUI */
Color(red: 0.529, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#87dfba")Accessibility — WCAG contrast
Aa
#87dfba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87dfba on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#87dfba text on a black background
contrast 13.29:1
Card sample
#87dfba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87dfba;
Background color
Panel with #87dfba background
background-color: #87dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87dfba; background: linear-gradient(135deg, #87dfba, #87C9DF);