#8975eb
a light, vivid blue · warm · closest name: slateblue
RGB
137, 117, 235
HSL
250°, 75%, 69%
CMYK
42, 50, 0, 8
Luminance
0.2404
Every format
| HEX | #8975eb |
| RGB | rgb(137, 117, 235) |
| HSL | hsl(250, 75%, 69%) |
| CMYK | cmyk(42%, 50%, 0%, 8%) |
| LAB | lab(56.1 35.7 -57.3) |
| LCH | lch(56.1 67.5 302.0) |
| OKLCH | oklch(0.636 0.171 288.3) |
Copy-ready code
/* CSS */
color: #8975eb;
background-color: #8975eb;
/* Tailwind (arbitrary) */
class="text-[#8975eb] bg-[#8975eb]"
/* SCSS */
$brand: #8975eb;
/* SwiftUI */
Color(red: 0.537, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#8975eb")Accessibility — WCAG contrast
Aa
#8975eb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8975eb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green45.9%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#8975eb text on a black background
contrast 5.81:1
Card sample
#8975eb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8975eb;
Background color
Panel with #8975eb background
background-color: #8975eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8975eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8975eb; background: linear-gradient(135deg, #8975eb, #D875EB);