#847ef1
a light, electric blue · warm · closest name: slateblue
RGB
132, 126, 241
HSL
243°, 80%, 72%
CMYK
45, 48, 0, 6
Luminance
0.2618
Every format
| HEX | #847ef1 |
| RGB | rgb(132, 126, 241) |
| HSL | hsl(243, 80%, 72%) |
| CMYK | cmyk(45%, 48%, 0%, 6%) |
| LAB | lab(58.2 31.0 -57.3) |
| LCH | lch(58.2 65.2 298.4) |
| OKLCH | oklch(0.652 0.167 283.1) |
Copy-ready code
/* CSS */
color: #847ef1;
background-color: #847ef1;
/* Tailwind (arbitrary) */
class="text-[#847ef1] bg-[#847ef1]"
/* SCSS */
$brand: #847ef1;
/* SwiftUI */
Color(red: 0.518, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#847ef1")Accessibility — WCAG contrast
Aa
#847ef1 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847ef1 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green49.4%
Blue94.5%
CMYK percentages
Cyan45.2%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#847ef1 text on a black background
contrast 6.24:1
Card sample
#847ef1 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847ef1;
Background color
Panel with #847ef1 background
background-color: #847ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847ef1; background: linear-gradient(135deg, #847ef1, #D17EF1);