#9733af
a dark, vivid violet · warm · closest name: purple
RGB
151, 51, 175
HSL
288°, 55%, 44%
CMYK
14, 71, 0, 31
Luminance
0.1204
Every format
| HEX | #9733af |
| RGB | rgb(151, 51, 175) |
| HSL | hsl(288, 55%, 44%) |
| CMYK | cmyk(14%, 71%, 0%, 31%) |
| LAB | lab(41.3 58.6 -46.5) |
| LCH | lch(41.3 74.8 321.6) |
| OKLCH | oklch(0.519 0.199 319.1) |
Copy-ready code
/* CSS */
color: #9733af;
background-color: #9733af;
/* Tailwind (arbitrary) */
class="text-[#9733af] bg-[#9733af]"
/* SCSS */
$brand: #9733af;
/* SwiftUI */
Color(red: 0.592, green: 0.200, blue: 0.686)
/* Android */
Color.parseColor("#9733af")Accessibility — WCAG contrast
Aa
#9733af on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9733af on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.0%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta70.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9733af text on a black background
contrast 3.41:1
Card sample
#9733af text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9733af;
Background color
Panel with #9733af background
background-color: #9733af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9733af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 51, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 51, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9733af; background: linear-gradient(135deg, #9733af, #AF3374);