#753fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
117, 63, 223
HSL
260°, 71%, 56%
CMYK
48, 72, 0, 13
Luminance
0.1266
Every format
| HEX | #753fdf |
| RGB | rgb(117, 63, 223) |
| HSL | hsl(260, 71%, 56%) |
| CMYK | cmyk(48%, 72%, 0%, 13%) |
| LAB | lab(42.3 57.9 -73.0) |
| LCH | lch(42.3 93.2 308.4) |
| OKLCH | oklch(0.528 0.226 292.3) |
Copy-ready code
/* CSS */
color: #753fdf;
background-color: #753fdf;
/* Tailwind (arbitrary) */
class="text-[#753fdf] bg-[#753fdf]"
/* SCSS */
$brand: #753fdf;
/* SwiftUI */
Color(red: 0.459, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#753fdf")Accessibility — WCAG contrast
Aa
#753fdf on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753fdf on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#753fdf text on a black background
contrast 3.53:1
Card sample
#753fdf text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753fdf;
Background color
Panel with #753fdf background
background-color: #753fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753fdf; background: linear-gradient(135deg, #753fdf, #DF3FDE);