#9933cc
a balanced, vivid violet · warm · closest name: indigo
RGB
153, 51, 204
HSL
280°, 60%, 50%
CMYK
25, 75, 0, 20
Luminance
0.1350
Every format
| HEX | #9933cc |
| RGB | rgb(153, 51, 204) |
| HSL | hsl(280, 60%, 50%) |
| CMYK | cmyk(25%, 75%, 0%, 20%) |
| LAB | lab(43.5 64.8 -59.9) |
| LCH | lch(43.5 88.2 317.3) |
| OKLCH | oklch(0.542 0.226 311.4) |
Copy-ready code
/* CSS */
color: #9933cc;
background-color: #9933cc;
/* Tailwind (arbitrary) */
class="text-[#9933cc] bg-[#9933cc]"
/* SCSS */
$brand: #9933cc;
/* SwiftUI */
Color(red: 0.600, green: 0.200, blue: 0.800)
/* Android */
Color.parseColor("#9933cc")Accessibility — WCAG contrast
Aa
#9933cc on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9933cc on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green20.0%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta75.0%
Yellow0.0%
Key (black)20.0%
Color previews
#9933cc text on a black background
contrast 3.70:1
Card sample
#9933cc text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9933cc;
Background color
Panel with #9933cc background
background-color: #9933cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9933cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 51, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 51, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9933cc; background: linear-gradient(135deg, #9933cc, #CC3399);