#844bc5
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 75, 197
HSL
268°, 51%, 53%
CMYK
33, 62, 0, 23
Luminance
0.1397
Every format
| HEX | #844bc5 |
| RGB | rgb(132, 75, 197) |
| HSL | hsl(268, 51%, 53%) |
| CMYK | cmyk(33%, 62%, 0%, 23%) |
| LAB | lab(44.2 48.1 -54.9) |
| LCH | lch(44.2 72.9 311.2) |
| OKLCH | oklch(0.540 0.184 302.1) |
Copy-ready code
/* CSS */
color: #844bc5;
background-color: #844bc5;
/* Tailwind (arbitrary) */
class="text-[#844bc5] bg-[#844bc5]"
/* SCSS */
$brand: #844bc5;
/* SwiftUI */
Color(red: 0.518, green: 0.294, blue: 0.773)
/* Android */
Color.parseColor("#844bc5")Accessibility — WCAG contrast
Aa
#844bc5 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#844bc5 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green29.4%
Blue77.3%
CMYK percentages
Cyan33.0%
Magenta61.9%
Yellow0.0%
Key (black)22.7%
Color previews
#844bc5 text on a black background
contrast 3.79:1
Card sample
#844bc5 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844bc5;
Background color
Panel with #844bc5 background
background-color: #844bc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844bc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 75, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 75, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844bc5; background: linear-gradient(135deg, #844bc5, #C54BB5);