#753ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 58, 222
HSL
262°, 71%, 55%
CMYK
47, 74, 0, 13
Luminance
0.1208
Every format
| HEX | #753ade |
| RGB | rgb(117, 58, 222) |
| HSL | hsl(262, 71%, 55%) |
| CMYK | cmyk(47%, 74%, 0%, 13%) |
| LAB | lab(41.3 60.0 -74.0) |
| LCH | lch(41.3 95.2 309.0) |
| OKLCH | oklch(0.521 0.231 293.0) |
Copy-ready code
/* CSS */
color: #753ade;
background-color: #753ade;
/* Tailwind (arbitrary) */
class="text-[#753ade] bg-[#753ade]"
/* SCSS */
$brand: #753ade;
/* SwiftUI */
Color(red: 0.459, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#753ade")Accessibility — WCAG contrast
Aa
#753ade on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753ade on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green22.7%
Blue87.1%
CMYK percentages
Cyan47.3%
Magenta73.9%
Yellow0.0%
Key (black)12.9%
Color previews
#753ade text on a black background
contrast 3.42:1
Card sample
#753ade text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753ade;
Background color
Panel with #753ade background
background-color: #753ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753ade; background: linear-gradient(135deg, #753ade, #DE3ADA);