#9033df
a balanced, vivid violet · warm · closest name: indigo
RGB
144, 51, 223
HSL
272°, 73%, 54%
CMYK
35, 77, 0, 13
Luminance
0.1362
Every format
| HEX | #9033df |
| RGB | rgb(144, 51, 223) |
| HSL | hsl(272, 73%, 54%) |
| CMYK | cmyk(35%, 77%, 0%, 13%) |
| LAB | lab(43.7 67.3 -70.6) |
| LCH | lch(43.7 97.5 313.6) |
| OKLCH | oklch(0.545 0.242 303.6) |
Copy-ready code
/* CSS */
color: #9033df;
background-color: #9033df;
/* Tailwind (arbitrary) */
class="text-[#9033df] bg-[#9033df]"
/* SCSS */
$brand: #9033df;
/* SwiftUI */
Color(red: 0.565, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#9033df")Accessibility — WCAG contrast
Aa
#9033df on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9033df on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green20.0%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9033df text on a black background
contrast 3.72:1
Card sample
#9033df text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9033df;
Background color
Panel with #9033df background
background-color: #9033df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9033df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9033df; background: linear-gradient(135deg, #9033df, #DF33BB);