#8982ab
a balanced, soft blue · warm · closest name: steelblue
RGB
137, 130, 171
HSL
250°, 20%, 59%
CMYK
20, 24, 0, 33
Luminance
0.2422
Every format
| HEX | #8982ab |
| RGB | rgb(137, 130, 171) |
| HSL | hsl(250, 20%, 59%) |
| CMYK | cmyk(20%, 24%, 0%, 33%) |
| LAB | lab(56.3 11.4 -20.7) |
| LCH | lch(56.3 23.7 298.9) |
| OKLCH | oklch(0.628 0.061 292.4) |
Copy-ready code
/* CSS */
color: #8982ab;
background-color: #8982ab;
/* Tailwind (arbitrary) */
class="text-[#8982ab] bg-[#8982ab]"
/* SCSS */
$brand: #8982ab;
/* SwiftUI */
Color(red: 0.537, green: 0.510, blue: 0.671)
/* Android */
Color.parseColor("#8982ab")Accessibility — WCAG contrast
Aa
#8982ab on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8982ab on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green51.0%
Blue67.1%
CMYK percentages
Cyan19.9%
Magenta24.0%
Yellow0.0%
Key (black)32.9%
Color previews
#8982ab text on a black background
contrast 5.84:1
Card sample
#8982ab text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8982ab;
Background color
Panel with #8982ab background
background-color: #8982ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8982ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 130, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 130, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8982ab; background: linear-gradient(135deg, #8982ab, #A482AB);