#8982c8
a balanced, soft blue · warm · closest name: steelblue
RGB
137, 130, 200
HSL
246°, 39%, 65%
CMYK
32, 35, 0, 22
Luminance
0.2545
Every format
| HEX | #8982c8 |
| RGB | rgb(137, 130, 200) |
| HSL | hsl(246, 39%, 65%) |
| CMYK | cmyk(32%, 35%, 0%, 22%) |
| LAB | lab(57.5 18.7 -35.4) |
| LCH | lch(57.5 40.0 297.8) |
| OKLCH | oklch(0.641 0.104 287.7) |
Copy-ready code
/* CSS */
color: #8982c8;
background-color: #8982c8;
/* Tailwind (arbitrary) */
class="text-[#8982c8] bg-[#8982c8]"
/* SCSS */
$brand: #8982c8;
/* SwiftUI */
Color(red: 0.537, green: 0.510, blue: 0.784)
/* Android */
Color.parseColor("#8982c8")Accessibility — WCAG contrast
Aa
#8982c8 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8982c8 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green51.0%
Blue78.4%
CMYK percentages
Cyan31.5%
Magenta35.0%
Yellow0.0%
Key (black)21.6%
Color previews
#8982c8 text on a black background
contrast 6.09:1
Card sample
#8982c8 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8982c8;
Background color
Panel with #8982c8 background
background-color: #8982c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8982c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 130, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 130, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8982c8; background: linear-gradient(135deg, #8982c8, #B882C8);