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