#87ebdb
a light, vivid cyan · cool · closest name: turquoise
RGB
135, 235, 219
HSL
170°, 71%, 73%
CMYK
43, 0, 7, 8
Luminance
0.6968
Every format
| HEX | #87ebdb |
| RGB | rgb(135, 235, 219) |
| HSL | hsl(170, 71%, 73%) |
| CMYK | cmyk(43%, 0%, 7%, 8%) |
| LAB | lab(86.8 -33.1 -1.4) |
| LCH | lch(86.8 33.1 182.4) |
| OKLCH | oklch(0.874 0.097 182.5) |
Copy-ready code
/* CSS */
color: #87ebdb;
background-color: #87ebdb;
/* Tailwind (arbitrary) */
class="text-[#87ebdb] bg-[#87ebdb]"
/* SCSS */
$brand: #87ebdb;
/* SwiftUI */
Color(red: 0.529, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#87ebdb")Accessibility — WCAG contrast
Aa
#87ebdb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ebdb on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green92.2%
Blue85.9%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#87ebdb text on a black background
contrast 14.94:1
Card sample
#87ebdb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ebdb;
Background color
Panel with #87ebdb background
background-color: #87ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ebdb; background: linear-gradient(135deg, #87ebdb, #87B8EB);