#9735af
a dark, vivid violet · warm · closest name: purple
RGB
151, 53, 175
HSL
288°, 54%, 45%
CMYK
14, 70, 0, 31
Luminance
0.1222
Every format
| HEX | #9735af |
| RGB | rgb(151, 53, 175) |
| HSL | hsl(288, 54%, 45%) |
| CMYK | cmyk(14%, 70%, 0%, 31%) |
| LAB | lab(41.6 57.8 -46.1) |
| LCH | lch(41.6 73.9 321.4) |
| OKLCH | oklch(0.521 0.197 319.0) |
Copy-ready code
/* CSS */
color: #9735af;
background-color: #9735af;
/* Tailwind (arbitrary) */
class="text-[#9735af] bg-[#9735af]"
/* SCSS */
$brand: #9735af;
/* SwiftUI */
Color(red: 0.592, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#9735af")Accessibility — WCAG contrast
Aa
#9735af on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9735af on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.8%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#9735af text on a black background
contrast 3.44:1
Card sample
#9735af text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9735af;
Background color
Panel with #9735af background
background-color: #9735af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9735af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9735af; background: linear-gradient(135deg, #9735af, #AF3576);