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