#87ace7
a light, vivid blue · cool · closest name: steelblue
RGB
135, 172, 231
HSL
217°, 67%, 72%
CMYK
42, 26, 0, 9
Luminance
0.4043
Every format
| HEX | #87ace7 |
| RGB | rgb(135, 172, 231) |
| HSL | hsl(217, 67%, 72%) |
| CMYK | cmyk(42%, 26%, 0%, 9%) |
| LAB | lab(69.8 2.4 -33.6) |
| LCH | lch(69.8 33.7 274.0) |
| OKLCH | oklch(0.740 0.095 259.5) |
Copy-ready code
/* CSS */
color: #87ace7;
background-color: #87ace7;
/* Tailwind (arbitrary) */
class="text-[#87ace7] bg-[#87ace7]"
/* SCSS */
$brand: #87ace7;
/* SwiftUI */
Color(red: 0.529, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#87ace7")Accessibility — WCAG contrast
Aa
#87ace7 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87ace7 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.5%
Blue90.6%
CMYK percentages
Cyan41.6%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#87ace7 text on a black background
contrast 9.09:1
Card sample
#87ace7 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87ace7;
Background color
Panel with #87ace7 background
background-color: #87ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87ace7; background: linear-gradient(135deg, #87ace7, #A287E7);