#8971fd
a light, electric blue · warm · closest name: slateblue
RGB
137, 113, 253
HSL
250°, 97%, 72%
CMYK
46, 55, 0, 1
Luminance
0.2422
Every format
| HEX | #8971fd |
| RGB | rgb(137, 113, 253) |
| HSL | hsl(250, 97%, 72%) |
| CMYK | cmyk(46%, 55%, 0%, 1%) |
| LAB | lab(56.3 43.1 -67.0) |
| LCH | lch(56.3 79.6 302.7) |
| OKLCH | oklch(0.641 0.200 287.2) |
Copy-ready code
/* CSS */
color: #8971fd;
background-color: #8971fd;
/* Tailwind (arbitrary) */
class="text-[#8971fd] bg-[#8971fd]"
/* SCSS */
$brand: #8971fd;
/* SwiftUI */
Color(red: 0.537, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#8971fd")Accessibility — WCAG contrast
Aa
#8971fd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8971fd on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green44.3%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#8971fd text on a black background
contrast 5.84:1
Card sample
#8971fd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8971fd;
Background color
Panel with #8971fd background
background-color: #8971fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8971fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8971fd; background: linear-gradient(135deg, #8971fd, #E671FD);