#87afeb
a light, vivid blue · cool · closest name: steelblue
RGB
135, 175, 235
HSL
216°, 71%, 73%
CMYK
43, 26, 0, 8
Luminance
0.4181
Every format
| HEX | #87afeb |
| RGB | rgb(135, 175, 235) |
| HSL | hsl(216, 71%, 73%) |
| CMYK | cmyk(43%, 26%, 0%, 8%) |
| LAB | lab(70.7 1.8 -34.3) |
| LCH | lch(70.7 34.3 273.0) |
| OKLCH | oklch(0.748 0.098 258.3) |
Copy-ready code
/* CSS */
color: #87afeb;
background-color: #87afeb;
/* Tailwind (arbitrary) */
class="text-[#87afeb] bg-[#87afeb]"
/* SCSS */
$brand: #87afeb;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#87afeb")Accessibility — WCAG contrast
Aa
#87afeb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87afeb on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue92.2%
CMYK percentages
Cyan42.6%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#87afeb text on a black background
contrast 9.36:1
Card sample
#87afeb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87afeb;
Background color
Panel with #87afeb background
background-color: #87afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87afeb; background: linear-gradient(135deg, #87afeb, #A287EB);