#87acf2
a light, electric blue · cool · closest name: steelblue
RGB
135, 172, 242
HSL
219°, 81%, 74%
CMYK
44, 29, 0, 5
Luminance
0.4107
Every format
| HEX | #87acf2 |
| RGB | rgb(135, 172, 242) |
| HSL | hsl(219, 81%, 74%) |
| CMYK | cmyk(44%, 29%, 0%, 5%) |
| LAB | lab(70.2 5.4 -38.9) |
| LCH | lch(70.2 39.3 278.0) |
| OKLCH | oklch(0.745 0.110 262.6) |
Copy-ready code
/* CSS */
color: #87acf2;
background-color: #87acf2;
/* Tailwind (arbitrary) */
class="text-[#87acf2] bg-[#87acf2]"
/* SCSS */
$brand: #87acf2;
/* SwiftUI */
Color(red: 0.529, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#87acf2")Accessibility — WCAG contrast
Aa
#87acf2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87acf2 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.5%
Blue94.9%
CMYK percentages
Cyan44.2%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#87acf2 text on a black background
contrast 9.21:1
Card sample
#87acf2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87acf2;
Background color
Panel with #87acf2 background
background-color: #87acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87acf2; background: linear-gradient(135deg, #87acf2, #A987F2);