#8474df
a light, vivid blue · warm · closest name: slateblue
RGB
132, 116, 223
HSL
249°, 63%, 67%
CMYK
41, 48, 0, 13
Luminance
0.2272
Every format
| HEX | #8474df |
| RGB | rgb(132, 116, 223) |
| HSL | hsl(249, 63%, 67%) |
| CMYK | cmyk(41%, 48%, 0%, 13%) |
| LAB | lab(54.8 31.8 -52.7) |
| LCH | lch(54.8 61.6 301.1) |
| OKLCH | oklch(0.623 0.157 287.8) |
Copy-ready code
/* CSS */
color: #8474df;
background-color: #8474df;
/* Tailwind (arbitrary) */
class="text-[#8474df] bg-[#8474df]"
/* SCSS */
$brand: #8474df;
/* SwiftUI */
Color(red: 0.518, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#8474df")Accessibility — WCAG contrast
Aa
#8474df on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8474df on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green45.5%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8474df text on a black background
contrast 5.54:1
Card sample
#8474df text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8474df;
Background color
Panel with #8474df background
background-color: #8474df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8474df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8474df; background: linear-gradient(135deg, #8474df, #CB74DF);