#87afee
a light, electric blue · cool · closest name: steelblue
RGB
135, 175, 238
HSL
217°, 75%, 73%
CMYK
43, 27, 0, 7
Luminance
0.4198
Every format
| HEX | #87afee |
| RGB | rgb(135, 175, 238) |
| HSL | hsl(217, 75%, 73%) |
| CMYK | cmyk(43%, 27%, 0%, 7%) |
| LAB | lab(70.9 2.6 -35.7) |
| LCH | lch(70.9 35.8 274.2) |
| OKLCH | oklch(0.749 0.101 259.3) |
Copy-ready code
/* CSS */
color: #87afee;
background-color: #87afee;
/* Tailwind (arbitrary) */
class="text-[#87afee] bg-[#87afee]"
/* SCSS */
$brand: #87afee;
/* SwiftUI */
Color(red: 0.529, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#87afee")Accessibility — WCAG contrast
Aa
#87afee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87afee on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan43.3%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#87afee text on a black background
contrast 9.40:1
Card sample
#87afee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87afee;
Background color
Panel with #87afee background
background-color: #87afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87afee; background: linear-gradient(135deg, #87afee, #A487EE);