#845dfb
a light, electric blue · warm · closest name: slateblue
RGB
132, 93, 251
HSL
255°, 95%, 68%
CMYK
47, 63, 0, 2
Luminance
0.1970
Every format
| HEX | #845dfb |
| RGB | rgb(132, 93, 251) |
| HSL | hsl(255, 95%, 68%) |
| CMYK | cmyk(47%, 63%, 0%, 2%) |
| LAB | lab(51.5 52.6 -73.7) |
| LCH | lch(51.5 90.6 305.5) |
| OKLCH | oklch(0.604 0.224 289.3) |
Copy-ready code
/* CSS */
color: #845dfb;
background-color: #845dfb;
/* Tailwind (arbitrary) */
class="text-[#845dfb] bg-[#845dfb]"
/* SCSS */
$brand: #845dfb;
/* SwiftUI */
Color(red: 0.518, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#845dfb")Accessibility — WCAG contrast
Aa
#845dfb on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#845dfb on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green36.5%
Blue98.4%
CMYK percentages
Cyan47.4%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#845dfb text on a black background
contrast 4.94:1
Card sample
#845dfb text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845dfb;
Background color
Panel with #845dfb background
background-color: #845dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845dfb; background: linear-gradient(135deg, #845dfb, #ED5DFB);