#7433df
a balanced, vivid violet · warm · closest name: indigo
RGB
116, 51, 223
HSL
263°, 73%, 54%
CMYK
48, 77, 0, 13
Luminance
0.1141
Every format
| HEX | #7433df |
| RGB | rgb(116, 51, 223) |
| HSL | hsl(263, 73%, 54%) |
| CMYK | cmyk(48%, 77%, 0%, 13%) |
| LAB | lab(40.3 63.1 -76.3) |
| LCH | lch(40.3 99.0 309.6) |
| OKLCH | oklch(0.514 0.238 293.2) |
Copy-ready code
/* CSS */
color: #7433df;
background-color: #7433df;
/* Tailwind (arbitrary) */
class="text-[#7433df] bg-[#7433df]"
/* SCSS */
$brand: #7433df;
/* SwiftUI */
Color(red: 0.455, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#7433df")Accessibility — WCAG contrast
Aa
#7433df on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7433df on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green20.0%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#7433df text on a black background
contrast 3.28:1
Card sample
#7433df text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7433df;
Background color
Panel with #7433df background
background-color: #7433df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7433df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7433df; background: linear-gradient(135deg, #7433df, #DF33D7);