#847ccf
a balanced, vivid blue · warm · closest name: slateblue
RGB
132, 124, 207
HSL
246°, 46%, 65%
CMYK
36, 40, 0, 19
Luminance
0.2383
Every format
| HEX | #847ccf |
| RGB | rgb(132, 124, 207) |
| HSL | hsl(246, 46%, 65%) |
| CMYK | cmyk(36%, 40%, 0%, 19%) |
| LAB | lab(55.9 22.7 -41.9) |
| LCH | lch(55.9 47.6 298.4) |
| OKLCH | oklch(0.629 0.123 286.7) |
Copy-ready code
/* CSS */
color: #847ccf;
background-color: #847ccf;
/* Tailwind (arbitrary) */
class="text-[#847ccf] bg-[#847ccf]"
/* SCSS */
$brand: #847ccf;
/* SwiftUI */
Color(red: 0.518, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#847ccf")Accessibility — WCAG contrast
Aa
#847ccf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847ccf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green48.6%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#847ccf text on a black background
contrast 5.77:1
Card sample
#847ccf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847ccf;
Background color
Panel with #847ccf background
background-color: #847ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847ccf; background: linear-gradient(135deg, #847ccf, #BB7CCF);