#87cbfd
a light, electric blue · cool · closest name: skyblue
RGB
135, 203, 253
HSL
205°, 97%, 76%
CMYK
47, 20, 0, 1
Luminance
0.5495
Every format
| HEX | #87cbfd |
| RGB | rgb(135, 203, 253) |
| HSL | hsl(205, 97%, 76%) |
| CMYK | cmyk(47%, 20%, 0%, 1%) |
| LAB | lab(79.0 -8.4 -31.2) |
| LCH | lch(79.0 32.3 254.9) |
| OKLCH | oklch(0.815 0.099 241.4) |
Copy-ready code
/* CSS */
color: #87cbfd;
background-color: #87cbfd;
/* Tailwind (arbitrary) */
class="text-[#87cbfd] bg-[#87cbfd]"
/* SCSS */
$brand: #87cbfd;
/* SwiftUI */
Color(red: 0.529, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#87cbfd")Accessibility — WCAG contrast
Aa
#87cbfd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cbfd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green79.6%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#87cbfd text on a black background
contrast 11.99:1
Card sample
#87cbfd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cbfd;
Background color
Panel with #87cbfd background
background-color: #87cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cbfd; background: linear-gradient(135deg, #87cbfd, #9287FD);