#87acef
a light, electric blue · cool · closest name: steelblue
RGB
135, 172, 239
HSL
219°, 77%, 73%
CMYK
44, 28, 0, 6
Luminance
0.4089
Every format
| HEX | #87acef |
| RGB | rgb(135, 172, 239) |
| HSL | hsl(219, 77%, 73%) |
| CMYK | cmyk(44%, 28%, 0%, 6%) |
| LAB | lab(70.1 4.6 -37.4) |
| LCH | lch(70.1 37.7 277.0) |
| OKLCH | oklch(0.744 0.106 261.9) |
Copy-ready code
/* CSS */
color: #87acef;
background-color: #87acef;
/* Tailwind (arbitrary) */
class="text-[#87acef] bg-[#87acef]"
/* SCSS */
$brand: #87acef;
/* SwiftUI */
Color(red: 0.529, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#87acef")Accessibility — WCAG contrast
Aa
#87acef on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87acef on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan43.5%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#87acef text on a black background
contrast 9.18:1
Card sample
#87acef text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87acef;
Background color
Panel with #87acef background
background-color: #87acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87acef; background: linear-gradient(135deg, #87acef, #A787EF);