#7533cd
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 51, 205
HSL
266°, 61%, 50%
CMYK
43, 75, 0, 20
Luminance
0.1056
Every format
| HEX | #7533cd |
| RGB | rgb(117, 51, 205) |
| HSL | hsl(266, 61%, 50%) |
| CMYK | cmyk(43%, 75%, 0%, 20%) |
| LAB | lab(38.8 58.8 -68.3) |
| LCH | lch(38.8 90.1 310.7) |
| OKLCH | oklch(0.499 0.220 297.1) |
Copy-ready code
/* CSS */
color: #7533cd;
background-color: #7533cd;
/* Tailwind (arbitrary) */
class="text-[#7533cd] bg-[#7533cd]"
/* SCSS */
$brand: #7533cd;
/* SwiftUI */
Color(red: 0.459, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#7533cd")Accessibility — WCAG contrast
Aa
#7533cd on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7533cd on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan42.9%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#7533cd text on a black background
contrast 3.11:1
Card sample
#7533cd text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7533cd;
Background color
Panel with #7533cd background
background-color: #7533cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7533cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7533cd; background: linear-gradient(135deg, #7533cd, #CD33BE);