#8979df
a light, vivid blue · warm · closest name: slateblue
RGB
137, 121, 223
HSL
249°, 61%, 68%
CMYK
39, 46, 0, 13
Luminance
0.2432
Every format
| HEX | #8979df |
| RGB | rgb(137, 121, 223) |
| HSL | hsl(249, 61%, 68%) |
| CMYK | cmyk(39%, 46%, 0%, 13%) |
| LAB | lab(56.4 30.1 -50.1) |
| LCH | lch(56.4 58.5 301.0) |
| OKLCH | oklch(0.636 0.149 288.6) |
Copy-ready code
/* CSS */
color: #8979df;
background-color: #8979df;
/* Tailwind (arbitrary) */
class="text-[#8979df] bg-[#8979df]"
/* SCSS */
$brand: #8979df;
/* SwiftUI */
Color(red: 0.537, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#8979df")Accessibility — WCAG contrast
Aa
#8979df on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8979df on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green47.5%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#8979df text on a black background
contrast 5.86:1
Card sample
#8979df text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8979df;
Background color
Panel with #8979df background
background-color: #8979df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8979df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8979df; background: linear-gradient(135deg, #8979df, #CD79DF);