#87cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 205, 218
HSL
189°, 53%, 69%
CMYK
38, 6, 0, 15
Luminance
0.5388
Every format
| HEX | #87cdda |
| RGB | rgb(135, 205, 218) |
| HSL | hsl(189, 53%, 69%) |
| CMYK | cmyk(38%, 6%, 0%, 15%) |
| LAB | lab(78.4 -18.7 -13.4) |
| LCH | lch(78.4 23.0 215.7) |
| OKLCH | oklch(0.806 0.072 210.5) |
Copy-ready code
/* CSS */
color: #87cdda;
background-color: #87cdda;
/* Tailwind (arbitrary) */
class="text-[#87cdda] bg-[#87cdda]"
/* SCSS */
$brand: #87cdda;
/* SwiftUI */
Color(red: 0.529, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#87cdda")Accessibility — WCAG contrast
Aa
#87cdda on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cdda on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.4%
Blue85.5%
CMYK percentages
Cyan38.1%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#87cdda text on a black background
contrast 11.78:1
Card sample
#87cdda text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cdda;
Background color
Panel with #87cdda background
background-color: #87cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cdda; background: linear-gradient(135deg, #87cdda, #8796DA);