#87dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
135, 219, 253
HSL
197°, 97%, 76%
CMYK
47, 13, 0, 1
Luminance
0.6291
Every format
| HEX | #87dbfd |
| RGB | rgb(135, 219, 253) |
| HSL | hsl(197, 97%, 76%) |
| CMYK | cmyk(47%, 13%, 0%, 1%) |
| LAB | lab(83.4 -16.7 -24.5) |
| LCH | lch(83.4 29.7 235.6) |
| OKLCH | oklch(0.850 0.094 225.9) |
Copy-ready code
/* CSS */
color: #87dbfd;
background-color: #87dbfd;
/* Tailwind (arbitrary) */
class="text-[#87dbfd] bg-[#87dbfd]"
/* SCSS */
$brand: #87dbfd;
/* SwiftUI */
Color(red: 0.529, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#87dbfd")Accessibility — WCAG contrast
Aa
#87dbfd on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87dbfd on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#87dbfd text on a black background
contrast 13.58:1
Card sample
#87dbfd text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87dbfd;
Background color
Panel with #87dbfd background
background-color: #87dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87dbfd; background: linear-gradient(135deg, #87dbfd, #878CFD);