#8971df
a light, vivid blue · warm · closest name: slateblue
RGB
137, 113, 223
HSL
253°, 63%, 66%
CMYK
39, 49, 0, 13
Luminance
0.2246
Every format
| HEX | #8971df |
| RGB | rgb(137, 113, 223) |
| HSL | hsl(253, 63%, 66%) |
| CMYK | cmyk(39%, 49%, 0%, 13%) |
| LAB | lab(54.5 34.8 -53.1) |
| LCH | lch(54.5 63.5 303.2) |
| OKLCH | oklch(0.622 0.161 291.0) |
Copy-ready code
/* CSS */
color: #8971df;
background-color: #8971df;
/* Tailwind (arbitrary) */
class="text-[#8971df] bg-[#8971df]"
/* SCSS */
$brand: #8971df;
/* SwiftUI */
Color(red: 0.537, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#8971df")Accessibility — WCAG contrast
Aa
#8971df on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8971df on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green44.3%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8971df text on a black background
contrast 5.49:1
Card sample
#8971df text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8971df;
Background color
Panel with #8971df background
background-color: #8971df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8971df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8971df; background: linear-gradient(135deg, #8971df, #D271DF);