#87eade
a light, vivid cyan · cool · closest name: turquoise
RGB
135, 234, 222
HSL
173°, 70%, 72%
CMYK
42, 0, 5, 8
Luminance
0.6927
Every format
| HEX | #87eade |
| RGB | rgb(135, 234, 222) |
| HSL | hsl(173, 70%, 72%) |
| CMYK | cmyk(42%, 0%, 5%, 8%) |
| LAB | lab(86.6 -31.9 -3.3) |
| LCH | lch(86.6 32.1 185.9) |
| OKLCH | oklch(0.873 0.095 185.6) |
Copy-ready code
/* CSS */
color: #87eade;
background-color: #87eade;
/* Tailwind (arbitrary) */
class="text-[#87eade] bg-[#87eade]"
/* SCSS */
$brand: #87eade;
/* SwiftUI */
Color(red: 0.529, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#87eade")Accessibility — WCAG contrast
Aa
#87eade on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87eade on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#87eade text on a black background
contrast 14.85:1
Card sample
#87eade text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87eade;
Background color
Panel with #87eade background
background-color: #87eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87eade; background: linear-gradient(135deg, #87eade, #87B4EA);