#87bdfb
a light, electric blue · cool · closest name: skyblue
RGB
135, 189, 251
HSL
212°, 94%, 76%
CMYK
46, 25, 0, 2
Luminance
0.4851
Every format
| HEX | #87bdfb |
| RGB | rgb(135, 189, 251) |
| HSL | hsl(212, 94%, 76%) |
| CMYK | cmyk(46%, 25%, 0%, 2%) |
| LAB | lab(75.1 -1.4 -36.1) |
| LCH | lch(75.1 36.1 267.7) |
| OKLCH | oklch(0.785 0.106 252.5) |
Copy-ready code
/* CSS */
color: #87bdfb;
background-color: #87bdfb;
/* Tailwind (arbitrary) */
class="text-[#87bdfb] bg-[#87bdfb]"
/* SCSS */
$brand: #87bdfb;
/* SwiftUI */
Color(red: 0.529, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#87bdfb")Accessibility — WCAG contrast
Aa
#87bdfb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bdfb on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green74.1%
Blue98.4%
CMYK percentages
Cyan46.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#87bdfb text on a black background
contrast 10.70:1
Card sample
#87bdfb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bdfb;
Background color
Panel with #87bdfb background
background-color: #87bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bdfb; background: linear-gradient(135deg, #87bdfb, #9E87FB);