#87affc
a light, electric blue · cool · closest name: steelblue
RGB
135, 175, 252
HSL
220°, 95%, 76%
CMYK
46, 31, 0, 1
Luminance
0.4284
Every format
| HEX | #87affc |
| RGB | rgb(135, 175, 252) |
| HSL | hsl(220, 95%, 76%) |
| CMYK | cmyk(46%, 31%, 0%, 1%) |
| LAB | lab(71.4 6.6 -42.4) |
| LCH | lch(71.4 42.9 278.8) |
| OKLCH | oklch(0.756 0.120 262.8) |
Copy-ready code
/* CSS */
color: #87affc;
background-color: #87affc;
/* Tailwind (arbitrary) */
class="text-[#87affc] bg-[#87affc]"
/* SCSS */
$brand: #87affc;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#87affc")Accessibility — WCAG contrast
Aa
#87affc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87affc on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue98.8%
CMYK percentages
Cyan46.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#87affc text on a black background
contrast 9.57:1
Card sample
#87affc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87affc;
Background color
Panel with #87affc background
background-color: #87affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87affc; background: linear-gradient(135deg, #87affc, #AD87FC);