#8974f1
a light, electric blue · warm · closest name: slateblue
RGB
137, 116, 241
HSL
250°, 82%, 70%
CMYK
43, 52, 0, 6
Luminance
0.2416
Every format
| HEX | #8974f1 |
| RGB | rgb(137, 116, 241) |
| HSL | hsl(250, 82%, 70%) |
| CMYK | cmyk(43%, 52%, 0%, 6%) |
| LAB | lab(56.3 38.0 -60.4) |
| LCH | lch(56.3 71.4 302.2) |
| OKLCH | oklch(0.638 0.180 287.9) |
Copy-ready code
/* CSS */
color: #8974f1;
background-color: #8974f1;
/* Tailwind (arbitrary) */
class="text-[#8974f1] bg-[#8974f1]"
/* SCSS */
$brand: #8974f1;
/* SwiftUI */
Color(red: 0.537, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#8974f1")Accessibility — WCAG contrast
Aa
#8974f1 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8974f1 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green45.5%
Blue94.5%
CMYK percentages
Cyan43.2%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#8974f1 text on a black background
contrast 5.83:1
Card sample
#8974f1 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8974f1;
Background color
Panel with #8974f1 background
background-color: #8974f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8974f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8974f1; background: linear-gradient(135deg, #8974f1, #DC74F1);