#87abdf
a light, vivid blue · cool · closest name: steelblue
RGB
135, 171, 223
HSL
216°, 58%, 70%
CMYK
40, 23, 0, 13
Luminance
0.3960
Every format
| HEX | #87abdf |
| RGB | rgb(135, 171, 223) |
| HSL | hsl(216, 58%, 70%) |
| CMYK | cmyk(40%, 23%, 0%, 13%) |
| LAB | lab(69.2 0.7 -30.1) |
| LCH | lch(69.2 30.1 271.4) |
| OKLCH | oklch(0.734 0.086 257.5) |
Copy-ready code
/* CSS */
color: #87abdf;
background-color: #87abdf;
/* Tailwind (arbitrary) */
class="text-[#87abdf] bg-[#87abdf]"
/* SCSS */
$brand: #87abdf;
/* SwiftUI */
Color(red: 0.529, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#87abdf")Accessibility — WCAG contrast
Aa
#87abdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87abdf on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#87abdf text on a black background
contrast 8.92:1
Card sample
#87abdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87abdf;
Background color
Panel with #87abdf background
background-color: #87abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87abdf; background: linear-gradient(135deg, #87abdf, #9E87DF);