#847df3
a light, electric blue · warm · closest name: slateblue
RGB
132, 125, 243
HSL
244°, 83%, 72%
CMYK
46, 49, 0, 5
Luminance
0.2604
Every format
| HEX | #847df3 |
| RGB | rgb(132, 125, 243) |
| HSL | hsl(244, 83%, 72%) |
| CMYK | cmyk(46%, 49%, 0%, 5%) |
| LAB | lab(58.1 32.2 -58.6) |
| LCH | lch(58.1 66.9 298.8) |
| OKLCH | oklch(0.651 0.171 283.2) |
Copy-ready code
/* CSS */
color: #847df3;
background-color: #847df3;
/* Tailwind (arbitrary) */
class="text-[#847df3] bg-[#847df3]"
/* SCSS */
$brand: #847df3;
/* SwiftUI */
Color(red: 0.518, green: 0.490, blue: 0.953)
/* Android */
Color.parseColor("#847df3")Accessibility — WCAG contrast
Aa
#847df3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847df3 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green49.0%
Blue95.3%
CMYK percentages
Cyan45.7%
Magenta48.6%
Yellow0.0%
Key (black)4.7%
Color previews
#847df3 text on a black background
contrast 6.21:1
Card sample
#847df3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847df3;
Background color
Panel with #847df3 background
background-color: #847df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 125, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 125, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847df3; background: linear-gradient(135deg, #847df3, #D37DF3);