#87bdfd
a light, electric blue · cool · closest name: skyblue
RGB
135, 189, 253
HSL
213°, 97%, 76%
CMYK
47, 25, 0, 1
Luminance
0.4864
Every format
| HEX | #87bdfd |
| RGB | rgb(135, 189, 253) |
| HSL | hsl(213, 97%, 76%) |
| CMYK | cmyk(47%, 25%, 0%, 1%) |
| LAB | lab(75.2 -0.9 -37.0) |
| LCH | lch(75.2 37.0 268.6) |
| OKLCH | oklch(0.785 0.108 253.3) |
Copy-ready code
/* CSS */
color: #87bdfd;
background-color: #87bdfd;
/* Tailwind (arbitrary) */
class="text-[#87bdfd] bg-[#87bdfd]"
/* SCSS */
$brand: #87bdfd;
/* SwiftUI */
Color(red: 0.529, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#87bdfd")Accessibility — WCAG contrast
Aa
#87bdfd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bdfd on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#87bdfd text on a black background
contrast 10.73:1
Card sample
#87bdfd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bdfd;
Background color
Panel with #87bdfd background
background-color: #87bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bdfd; background: linear-gradient(135deg, #87bdfd, #A087FD);