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