#8982df
a light, vivid blue · warm · closest name: slateblue
RGB
137, 130, 223
HSL
245°, 59%, 69%
CMYK
39, 42, 0, 13
Luminance
0.2661
Every format
| HEX | #8982df |
| RGB | rgb(137, 130, 223) |
| HSL | hsl(245, 59%, 69%) |
| CMYK | cmyk(39%, 42%, 0%, 13%) |
| LAB | lab(58.6 24.8 -46.6) |
| LCH | lch(58.6 52.8 298.0) |
| OKLCH | oklch(0.653 0.136 285.4) |
Copy-ready code
/* CSS */
color: #8982df;
background-color: #8982df;
/* Tailwind (arbitrary) */
class="text-[#8982df] bg-[#8982df]"
/* SCSS */
$brand: #8982df;
/* SwiftUI */
Color(red: 0.537, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#8982df")Accessibility — WCAG contrast
Aa
#8982df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8982df on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green51.0%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8982df text on a black background
contrast 6.32:1
Card sample
#8982df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8982df;
Background color
Panel with #8982df background
background-color: #8982df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8982df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8982df; background: linear-gradient(135deg, #8982df, #C782DF);