#87cefd
a light, electric blue · cool · closest name: skyblue
RGB
135, 206, 253
HSL
204°, 97%, 76%
CMYK
47, 19, 0, 1
Luminance
0.5639
Every format
| HEX | #87cefd |
| RGB | rgb(135, 206, 253) |
| HSL | hsl(204, 97%, 76%) |
| CMYK | cmyk(47%, 19%, 0%, 1%) |
| LAB | lab(79.8 -10.0 -29.9) |
| LCH | lch(79.8 31.6 251.5) |
| OKLCH | oklch(0.822 0.097 238.6) |
Copy-ready code
/* CSS */
color: #87cefd;
background-color: #87cefd;
/* Tailwind (arbitrary) */
class="text-[#87cefd] bg-[#87cefd]"
/* SCSS */
$brand: #87cefd;
/* SwiftUI */
Color(red: 0.529, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#87cefd")Accessibility — WCAG contrast
Aa
#87cefd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87cefd on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green80.8%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#87cefd text on a black background
contrast 12.28:1
Card sample
#87cefd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87cefd;
Background color
Panel with #87cefd background
background-color: #87cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87cefd; background: linear-gradient(135deg, #87cefd, #8F87FD);