#846fac
a balanced, soft violet · warm · closest name: steelblue
RGB
132, 111, 172
HSL
261°, 27%, 56%
CMYK
23, 36, 0, 33
Luminance
0.1925
Every format
| HEX | #846fac |
| RGB | rgb(132, 111, 172) |
| HSL | hsl(261, 27%, 56%) |
| CMYK | cmyk(23%, 36%, 0%, 33%) |
| LAB | lab(51.0 21.3 -29.6) |
| LCH | lch(51.0 36.4 305.7) |
| OKLCH | oklch(0.586 0.094 299.3) |
Copy-ready code
/* CSS */
color: #846fac;
background-color: #846fac;
/* Tailwind (arbitrary) */
class="text-[#846fac] bg-[#846fac]"
/* SCSS */
$brand: #846fac;
/* SwiftUI */
Color(red: 0.518, green: 0.435, blue: 0.675)
/* Android */
Color.parseColor("#846fac")Accessibility — WCAG contrast
Aa
#846fac on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#846fac on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green43.5%
Blue67.5%
CMYK percentages
Cyan23.3%
Magenta35.5%
Yellow0.0%
Key (black)32.5%
Color previews
#846fac text on a black background
contrast 4.85:1
Card sample
#846fac text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846fac;
Background color
Panel with #846fac background
background-color: #846fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 111, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 111, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846fac; background: linear-gradient(135deg, #846fac, #AC6FAB);