#8984df
a light, vivid blue · warm · closest name: slateblue
RGB
137, 132, 223
HSL
243°, 59%, 70%
CMYK
39, 41, 0, 13
Luminance
0.2715
Every format
| HEX | #8984df |
| RGB | rgb(137, 132, 223) |
| HSL | hsl(243, 59%, 70%) |
| CMYK | cmyk(39%, 41%, 0%, 13%) |
| LAB | lab(59.1 23.7 -45.8) |
| LCH | lch(59.1 51.6 297.3) |
| OKLCH | oklch(0.657 0.133 284.6) |
Copy-ready code
/* CSS */
color: #8984df;
background-color: #8984df;
/* Tailwind (arbitrary) */
class="text-[#8984df] bg-[#8984df]"
/* SCSS */
$brand: #8984df;
/* SwiftUI */
Color(red: 0.537, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#8984df")Accessibility — WCAG contrast
Aa
#8984df on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8984df on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green51.8%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#8984df text on a black background
contrast 6.43:1
Card sample
#8984df text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8984df;
Background color
Panel with #8984df background
background-color: #8984df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8984df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8984df; background: linear-gradient(135deg, #8984df, #C684DF);