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