#87a2df
a light, vivid blue · cool · closest name: steelblue
RGB
135, 162, 223
HSL
222°, 58%, 70%
CMYK
40, 27, 0, 13
Luminance
0.3632
Every format
| HEX | #87a2df |
| RGB | rgb(135, 162, 223) |
| HSL | hsl(222, 58%, 70%) |
| CMYK | cmyk(40%, 27%, 0%, 13%) |
| LAB | lab(66.8 5.8 -33.9) |
| LCH | lch(66.8 34.4 279.7) |
| OKLCH | oklch(0.715 0.095 265.7) |
Copy-ready code
/* CSS */
color: #87a2df;
background-color: #87a2df;
/* Tailwind (arbitrary) */
class="text-[#87a2df] bg-[#87a2df]"
/* SCSS */
$brand: #87a2df;
/* SwiftUI */
Color(red: 0.529, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#87a2df")Accessibility — WCAG contrast
Aa
#87a2df on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87a2df on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green63.5%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#87a2df text on a black background
contrast 8.26:1
Card sample
#87a2df text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87a2df;
Background color
Panel with #87a2df background
background-color: #87a2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87a2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87a2df; background: linear-gradient(135deg, #87a2df, #A787DF);