#9783af
a balanced, soft violet · warm · closest name: plum
RGB
151, 131, 175
HSL
267°, 22%, 60%
CMYK
14, 25, 0, 31
Luminance
0.2591
Every format
| HEX | #9783af |
| RGB | rgb(151, 131, 175) |
| HSL | hsl(267, 22%, 60%) |
| CMYK | cmyk(14%, 25%, 0%, 31%) |
| LAB | lab(58.0 16.4 -20.4) |
| LCH | lch(58.0 26.2 308.7) |
| OKLCH | oklch(0.644 0.068 305.3) |
Copy-ready code
/* CSS */
color: #9783af;
background-color: #9783af;
/* Tailwind (arbitrary) */
class="text-[#9783af] bg-[#9783af]"
/* SCSS */
$brand: #9783af;
/* SwiftUI */
Color(red: 0.592, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#9783af")Accessibility — WCAG contrast
Aa
#9783af on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9783af on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green51.4%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta25.1%
Yellow0.0%
Key (black)31.4%
Color previews
#9783af text on a black background
contrast 6.18:1
Card sample
#9783af text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9783af;
Background color
Panel with #9783af background
background-color: #9783af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9783af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9783af; background: linear-gradient(135deg, #9783af, #AF83AA);