#9733cd
a balanced, vivid violet · warm · closest name: indigo
RGB
151, 51, 205
HSL
279°, 61%, 50%
CMYK
26, 75, 0, 20
Luminance
0.1335
Every format
| HEX | #9733cd |
| RGB | rgb(151, 51, 205) |
| HSL | hsl(279, 61%, 50%) |
| CMYK | cmyk(26%, 75%, 0%, 20%) |
| LAB | lab(43.3 64.6 -60.8) |
| LCH | lch(43.3 88.8 316.7) |
| OKLCH | oklch(0.540 0.227 310.4) |
Copy-ready code
/* CSS */
color: #9733cd;
background-color: #9733cd;
/* Tailwind (arbitrary) */
class="text-[#9733cd] bg-[#9733cd]"
/* SCSS */
$brand: #9733cd;
/* SwiftUI */
Color(red: 0.592, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#9733cd")Accessibility — WCAG contrast
Aa
#9733cd on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9733cd on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green20.0%
Blue80.4%
CMYK percentages
Cyan26.3%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#9733cd text on a black background
contrast 3.67:1
Card sample
#9733cd text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9733cd;
Background color
Panel with #9733cd background
background-color: #9733cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9733cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9733cd; background: linear-gradient(135deg, #9733cd, #CD339C);