#753df3
a balanced, electric violet · warm · closest name: blue
RGB
117, 61, 243
HSL
259°, 88%, 60%
CMYK
52, 75, 0, 5
Luminance
0.1359
Every format
| HEX | #753df3 |
| RGB | rgb(117, 61, 243) |
| HSL | hsl(259, 88%, 60%) |
| CMYK | cmyk(52%, 75%, 0%, 5%) |
| LAB | lab(43.6 64.1 -82.1) |
| LCH | lch(43.6 104.1 308.0) |
| OKLCH | oklch(0.543 0.250 289.3) |
Copy-ready code
/* CSS */
color: #753df3;
background-color: #753df3;
/* Tailwind (arbitrary) */
class="text-[#753df3] bg-[#753df3]"
/* SCSS */
$brand: #753df3;
/* SwiftUI */
Color(red: 0.459, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#753df3")Accessibility — WCAG contrast
Aa
#753df3 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#753df3 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green23.9%
Blue95.3%
CMYK percentages
Cyan51.9%
Magenta74.9%
Yellow0.0%
Key (black)4.7%
Color previews
#753df3 text on a black background
contrast 3.72:1
Card sample
#753df3 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #753df3;
Background color
Panel with #753df3 background
background-color: #753df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #753df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #753df3; background: linear-gradient(135deg, #753df3, #EE3DF3);