#87cceb
a light, vivid cyan · cool · “skyblue”
RGB
135, 204, 235
HSL
199°, 71%, 73%
CMYK
43, 13, 0, 8
Luminance
0.5433
Every format
| HEX | #87cceb |
| RGB | rgb(135, 204, 235) |
| HSL | hsl(199, 71%, 73%) |
| CMYK | cmyk(43%, 13%, 0%, 8%) |
| LAB | lab(78.7 -13.8 -22.1) |
| LCH | lch(78.7 26.1 238.0) |
| OKLCH | oklch(0.810 0.082 228.1) |
Copy-ready code
/* CSS */
color: #87cceb;
background-color: #87cceb;
/* Tailwind (arbitrary) */
class="text-[#87cceb] bg-[#87cceb]"
/* SCSS */
$brand: #87cceb;
/* SwiftUI */
Color(red: 0.529, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#87cceb")Accessibility — WCAG contrast
Aa
#87cceb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cceb on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan42.6%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#87cceb text on a black background
contrast 11.87:1
Card sample
#87cceb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cceb;
Background color
Panel with #87cceb background
background-color: #87cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cceb; background: linear-gradient(135deg, #87cceb, #8789EB);