#87cdff
a light, electric blue · cool · closest name: skyblue
RGB
135, 205, 255
HSL
205°, 100%, 77%
CMYK
47, 20, 0, 0
Luminance
0.5603
Every format
| HEX | #87cdff |
| RGB | rgb(135, 205, 255) |
| HSL | hsl(205, 100%, 77%) |
| CMYK | cmyk(47%, 20%, 0%, 0%) |
| LAB | lab(79.6 -8.9 -31.3) |
| LCH | lch(79.6 32.6 254.1) |
| OKLCH | oklch(0.821 0.100 240.6) |
Copy-ready code
/* CSS */
color: #87cdff;
background-color: #87cdff;
/* Tailwind (arbitrary) */
class="text-[#87cdff] bg-[#87cdff]"
/* SCSS */
$brand: #87cdff;
/* SwiftUI */
Color(red: 0.529, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#87cdff")Accessibility — WCAG contrast
Aa
#87cdff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cdff on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.4%
Blue100.0%
CMYK percentages
Cyan47.1%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#87cdff text on a black background
contrast 12.21:1
Card sample
#87cdff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cdff;
Background color
Panel with #87cdff background
background-color: #87cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cdff; background: linear-gradient(135deg, #87cdff, #9187FF);