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