#87cfd2
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 207, 210
HSL
182°, 46%, 68%
CMYK
36, 1, 0, 18
Luminance
0.5443
Every format
| HEX | #87cfd2 |
| RGB | rgb(135, 207, 210) |
| HSL | hsl(182, 46%, 68%) |
| CMYK | cmyk(36%, 1%, 0%, 18%) |
| LAB | lab(78.7 -21.6 -8.6) |
| LCH | lch(78.7 23.3 201.7) |
| OKLCH | oklch(0.808 0.072 199.2) |
Copy-ready code
/* CSS */
color: #87cfd2;
background-color: #87cfd2;
/* Tailwind (arbitrary) */
class="text-[#87cfd2] bg-[#87cfd2]"
/* SCSS */
$brand: #87cfd2;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#87cfd2")Accessibility — WCAG contrast
Aa
#87cfd2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfd2 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue82.4%
CMYK percentages
Cyan35.7%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#87cfd2 text on a black background
contrast 11.89:1
Card sample
#87cfd2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfd2;
Background color
Panel with #87cfd2 background
background-color: #87cfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfd2; background: linear-gradient(135deg, #87cfd2, #879DD2);