#845eb4
a balanced, soft violet · warm · closest name: slateblue
RGB
132, 94, 180
HSL
267°, 36%, 54%
CMYK
27, 48, 0, 29
Luminance
0.1621
Every format
| HEX | #845eb4 |
| RGB | rgb(132, 94, 180) |
| HSL | hsl(267, 36%, 54%) |
| CMYK | cmyk(27%, 48%, 0%, 29%) |
| LAB | lab(47.2 33.3 -40.1) |
| LCH | lch(47.2 52.1 309.7) |
| OKLCH | oklch(0.559 0.134 302.7) |
Copy-ready code
/* CSS */
color: #845eb4;
background-color: #845eb4;
/* Tailwind (arbitrary) */
class="text-[#845eb4] bg-[#845eb4]"
/* SCSS */
$brand: #845eb4;
/* SwiftUI */
Color(red: 0.518, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#845eb4")Accessibility — WCAG contrast
Aa
#845eb4 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#845eb4 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green36.9%
Blue70.6%
CMYK percentages
Cyan26.7%
Magenta47.8%
Yellow0.0%
Key (black)29.4%
Color previews
#845eb4 text on a black background
contrast 4.24:1
Card sample
#845eb4 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845eb4;
Background color
Panel with #845eb4 background
background-color: #845eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845eb4; background: linear-gradient(135deg, #845eb4, #B45EAB);