#847ade
a light, vivid blue · warm · closest name: slateblue
RGB
132, 122, 222
HSL
246°, 60%, 68%
CMYK
41, 45, 0, 13
Luminance
0.2410
Every format
| HEX | #847ade |
| RGB | rgb(132, 122, 222) |
| HSL | hsl(246, 60%, 68%) |
| CMYK | cmyk(41%, 45%, 0%, 13%) |
| LAB | lab(56.2 28.0 -49.9) |
| LCH | lch(56.2 57.2 299.3) |
| OKLCH | oklch(0.633 0.147 286.0) |
Copy-ready code
/* CSS */
color: #847ade;
background-color: #847ade;
/* Tailwind (arbitrary) */
class="text-[#847ade] bg-[#847ade]"
/* SCSS */
$brand: #847ade;
/* SwiftUI */
Color(red: 0.518, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#847ade")Accessibility — WCAG contrast
Aa
#847ade on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847ade on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green47.8%
Blue87.1%
CMYK percentages
Cyan40.5%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#847ade text on a black background
contrast 5.82:1
Card sample
#847ade text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847ade;
Background color
Panel with #847ade background
background-color: #847ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847ade; background: linear-gradient(135deg, #847ade, #C77ADE);