#8f8ba2
a balanced, muted blue · warm · closest name: gray
RGB
143, 139, 162
HSL
250°, 11%, 59%
CMYK
12, 14, 0, 37
Luminance
0.2691
Every format
| HEX | #8f8ba2 |
| RGB | rgb(143, 139, 162) |
| HSL | hsl(250, 11%, 59%) |
| CMYK | cmyk(12%, 14%, 0%, 37%) |
| LAB | lab(58.9 6.2 -11.6) |
| LCH | lch(58.9 13.2 298.1) |
| OKLCH | oklch(0.648 0.034 293.4) |
Copy-ready code
/* CSS */
color: #8f8ba2;
background-color: #8f8ba2;
/* Tailwind (arbitrary) */
class="text-[#8f8ba2] bg-[#8f8ba2]"
/* SCSS */
$brand: #8f8ba2;
/* SwiftUI */
Color(red: 0.561, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#8f8ba2")Accessibility — WCAG contrast
Aa
#8f8ba2 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f8ba2 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green54.5%
Blue63.5%
CMYK percentages
Cyan11.7%
Magenta14.2%
Yellow0.0%
Key (black)36.5%
Color previews
#8f8ba2 text on a black background
contrast 6.38:1
Card sample
#8f8ba2 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f8ba2;
Background color
Panel with #8f8ba2 background
background-color: #8f8ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f8ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f8ba2; background: linear-gradient(135deg, #8f8ba2, #9E8BA2);