#87ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
135, 204, 223
HSL
193°, 58%, 70%
CMYK
40, 9, 0, 13
Luminance
0.5366
Every format
| HEX | #87ccdf |
| RGB | rgb(135, 204, 223) |
| HSL | hsl(193, 58%, 70%) |
| CMYK | cmyk(40%, 9%, 0%, 13%) |
| LAB | lab(78.3 -16.9 -16.3) |
| LCH | lch(78.3 23.5 223.9) |
| OKLCH | oklch(0.806 0.074 217.0) |
Copy-ready code
/* CSS */
color: #87ccdf;
background-color: #87ccdf;
/* Tailwind (arbitrary) */
class="text-[#87ccdf] bg-[#87ccdf]"
/* SCSS */
$brand: #87ccdf;
/* SwiftUI */
Color(red: 0.529, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#87ccdf")Accessibility — WCAG contrast
Aa
#87ccdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ccdf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#87ccdf text on a black background
contrast 11.73:1
Card sample
#87ccdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ccdf;
Background color
Panel with #87ccdf background
background-color: #87ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ccdf; background: linear-gradient(135deg, #87ccdf, #8791DF);