#87bafd
a light, electric blue · cool · closest name: steelblue
RGB
135, 186, 253
HSL
214°, 97%, 76%
CMYK
47, 27, 0, 1
Luminance
0.4736
Every format
| HEX | #87bafd |
| RGB | rgb(135, 186, 253) |
| HSL | hsl(214, 97%, 76%) |
| CMYK | cmyk(47%, 27%, 0%, 1%) |
| LAB | lab(74.4 0.8 -38.3) |
| LCH | lch(74.4 38.3 271.1) |
| OKLCH | oklch(0.779 0.111 255.5) |
Copy-ready code
/* CSS */
color: #87bafd;
background-color: #87bafd;
/* Tailwind (arbitrary) */
class="text-[#87bafd] bg-[#87bafd]"
/* SCSS */
$brand: #87bafd;
/* SwiftUI */
Color(red: 0.529, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#87bafd")Accessibility — WCAG contrast
Aa
#87bafd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87bafd on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#87bafd text on a black background
contrast 10.47:1
Card sample
#87bafd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87bafd;
Background color
Panel with #87bafd background
background-color: #87bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87bafd; background: linear-gradient(135deg, #87bafd, #A387FD);