#8f87af
a balanced, soft blue · warm · closest name: steelblue
RGB
143, 135, 175
HSL
252°, 20%, 61%
CMYK
18, 23, 0, 31
Luminance
0.2626
Every format
| HEX | #8f87af |
| RGB | rgb(143, 135, 175) |
| HSL | hsl(252, 20%, 61%) |
| CMYK | cmyk(18%, 23%, 0%, 31%) |
| LAB | lab(58.3 11.4 -20.0) |
| LCH | lch(58.3 23.0 299.8) |
| OKLCH | oklch(0.645 0.060 293.8) |
Copy-ready code
/* CSS */
color: #8f87af;
background-color: #8f87af;
/* Tailwind (arbitrary) */
class="text-[#8f87af] bg-[#8f87af]"
/* SCSS */
$brand: #8f87af;
/* SwiftUI */
Color(red: 0.561, green: 0.529, blue: 0.686)
/* Android */
Color.parseColor("#8f87af")Accessibility — WCAG contrast
Aa
#8f87af on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f87af on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green52.9%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta22.9%
Yellow0.0%
Key (black)31.4%
Color previews
#8f87af text on a black background
contrast 6.25:1
Card sample
#8f87af text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f87af;
Background color
Panel with #8f87af background
background-color: #8f87af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f87af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 135, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 135, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f87af; background: linear-gradient(135deg, #8f87af, #AA87AF);