#5533aa
a dark, vivid violet · warm · closest name: indigo
RGB
85, 51, 170
HSL
257°, 54%, 43%
CMYK
50, 70, 0, 33
Luminance
0.0720
Every format
| HEX | #5533aa |
| RGB | rgb(85, 51, 170) |
| HSL | hsl(257, 54%, 43%) |
| CMYK | cmyk(50%, 70%, 0%, 33%) |
| LAB | lab(32.3 44.1 -58.5) |
| LCH | lch(32.3 73.3 307.0) |
| OKLCH | oklch(0.435 0.179 290.0) |
Copy-ready code
/* CSS */
color: #5533aa;
background-color: #5533aa;
/* Tailwind (arbitrary) */
class="text-[#5533aa] bg-[#5533aa]"
/* SCSS */
$brand: #5533aa;
/* SwiftUI */
Color(red: 0.333, green: 0.200, blue: 0.667)
/* Android */
Color.parseColor("#5533aa")Accessibility — WCAG contrast
Aa
#5533aa on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5533aa on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green20.0%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta70.0%
Yellow0.0%
Key (black)33.3%
Color previews
#5533aa text on a black background
contrast 2.44:1
Card sample
#5533aa text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5533aa;
Background color
Panel with #5533aa background
background-color: #5533aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5533aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 51, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 51, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5533aa; background: linear-gradient(135deg, #5533aa, #A433AA);