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