#753ef1
a balanced, electric violet · warm · closest name: blue
RGB
117, 62, 241
HSL
258°, 87%, 59%
CMYK
52, 74, 0, 6
Luminance
0.1358
Every format
| HEX | #753ef1 |
| RGB | rgb(117, 62, 241) |
| HSL | hsl(258, 87%, 59%) |
| CMYK | cmyk(52%, 74%, 0%, 6%) |
| LAB | lab(43.6 63.1 -81.0) |
| LCH | lch(43.6 102.7 307.9) |
| OKLCH | oklch(0.542 0.247 289.5) |
Copy-ready code
/* CSS */
color: #753ef1;
background-color: #753ef1;
/* Tailwind (arbitrary) */
class="text-[#753ef1] bg-[#753ef1]"
/* SCSS */
$brand: #753ef1;
/* SwiftUI */
Color(red: 0.459, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#753ef1")Accessibility — WCAG contrast
Aa
#753ef1 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753ef1 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green24.3%
Blue94.5%
CMYK percentages
Cyan51.5%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#753ef1 text on a black background
contrast 3.72:1
Card sample
#753ef1 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753ef1;
Background color
Panel with #753ef1 background
background-color: #753ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753ef1; background: linear-gradient(135deg, #753ef1, #EC3EF1);