#9873af
a balanced, soft violet · warm · closest name: plum
RGB
152, 115, 175
HSL
277°, 27%, 57%
CMYK
13, 34, 0, 31
Luminance
0.2203
Every format
| HEX | #9873af |
| RGB | rgb(152, 115, 175) |
| HSL | hsl(277, 27%, 57%) |
| CMYK | cmyk(13%, 34%, 0%, 31%) |
| LAB | lab(54.1 25.9 -26.4) |
| LCH | lch(54.1 37.0 314.5) |
| OKLCH | oklch(0.614 0.097 311.9) |
Copy-ready code
/* CSS */
color: #9873af;
background-color: #9873af;
/* Tailwind (arbitrary) */
class="text-[#9873af] bg-[#9873af]"
/* SCSS */
$brand: #9873af;
/* SwiftUI */
Color(red: 0.596, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#9873af")Accessibility — WCAG contrast
Aa
#9873af on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9873af on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green45.1%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#9873af text on a black background
contrast 5.41:1
Card sample
#9873af text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9873af;
Background color
Panel with #9873af background
background-color: #9873af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9873af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9873af; background: linear-gradient(135deg, #9873af, #AF739E);