#9033cd
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 51, 205
HSL
276°, 61%, 50%
CMYK
30, 75, 0, 20
Luminance
0.1270
Every format
| HEX | #9033cd |
| RGB | rgb(144, 51, 205) |
| HSL | hsl(276, 61%, 50%) |
| CMYK | cmyk(30%, 75%, 0%, 20%) |
| LAB | lab(42.3 63.4 -62.5) |
| LCH | lch(42.3 89.0 315.4) |
| OKLCH | oklch(0.531 0.225 307.8) |
Copy-ready code
/* CSS */
color: #9033cd;
background-color: #9033cd;
/* Tailwind (arbitrary) */
class="text-[#9033cd] bg-[#9033cd]"
/* SCSS */
$brand: #9033cd;
/* SwiftUI */
Color(red: 0.565, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#9033cd")Accessibility — WCAG contrast
Aa
#9033cd on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9033cd on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green20.0%
Blue80.4%
CMYK percentages
Cyan29.8%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#9033cd text on a black background
contrast 3.54:1
Card sample
#9033cd text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9033cd;
Background color
Panel with #9033cd background
background-color: #9033cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9033cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9033cd; background: linear-gradient(135deg, #9033cd, #CD33A3);