#844fba
a balanced, soft violet · warm · closest name: slateblue
RGB
132, 79, 186
HSL
270°, 44%, 52%
CMYK
29, 58, 0, 27
Luminance
0.1404
Every format
| HEX | #844fba |
| RGB | rgb(132, 79, 186) |
| HSL | hsl(270, 44%, 52%) |
| CMYK | cmyk(29%, 58%, 0%, 27%) |
| LAB | lab(44.3 43.2 -48.3) |
| LCH | lch(44.3 64.8 311.8) |
| OKLCH | oklch(0.538 0.165 304.3) |
Copy-ready code
/* CSS */
color: #844fba;
background-color: #844fba;
/* Tailwind (arbitrary) */
class="text-[#844fba] bg-[#844fba]"
/* SCSS */
$brand: #844fba;
/* SwiftUI */
Color(red: 0.518, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#844fba")Accessibility — WCAG contrast
Aa
#844fba on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#844fba on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green31.0%
Blue72.9%
CMYK percentages
Cyan29.0%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#844fba text on a black background
contrast 3.81:1
Card sample
#844fba text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844fba;
Background color
Panel with #844fba background
background-color: #844fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844fba; background: linear-gradient(135deg, #844fba, #BA4FA9);