#87cfdc
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 207, 220
HSL
189°, 55%, 70%
CMYK
39, 6, 0, 14
Luminance
0.5494
Every format
| HEX | #87cfdc |
| RGB | rgb(135, 207, 220) |
| HSL | hsl(189, 55%, 70%) |
| CMYK | cmyk(39%, 6%, 0%, 14%) |
| LAB | lab(79.0 -19.2 -13.5) |
| LCH | lch(79.0 23.5 215.2) |
| OKLCH | oklch(0.812 0.074 210.1) |
Copy-ready code
/* CSS */
color: #87cfdc;
background-color: #87cfdc;
/* Tailwind (arbitrary) */
class="text-[#87cfdc] bg-[#87cfdc]"
/* SCSS */
$brand: #87cfdc;
/* SwiftUI */
Color(red: 0.529, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#87cfdc")Accessibility — WCAG contrast
Aa
#87cfdc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cfdc on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green81.2%
Blue86.3%
CMYK percentages
Cyan38.6%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#87cfdc text on a black background
contrast 11.99:1
Card sample
#87cfdc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cfdc;
Background color
Panel with #87cfdc background
background-color: #87cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cfdc; background: linear-gradient(135deg, #87cfdc, #8796DC);