#752ef1
a balanced, electric violet · warm · closest name: blue
RGB
117, 46, 241
HSL
262°, 87%, 56%
CMYK
52, 81, 0, 6
Luminance
0.1209
Every format
| HEX | #752ef1 |
| RGB | rgb(117, 46, 241) |
| HSL | hsl(262, 87%, 56%) |
| CMYK | cmyk(52%, 81%, 0%, 6%) |
| LAB | lab(41.4 69.6 -84.7) |
| LCH | lch(41.4 109.7 309.4) |
| OKLCH | oklch(0.526 0.261 290.9) |
Copy-ready code
/* CSS */
color: #752ef1;
background-color: #752ef1;
/* Tailwind (arbitrary) */
class="text-[#752ef1] bg-[#752ef1]"
/* SCSS */
$brand: #752ef1;
/* SwiftUI */
Color(red: 0.459, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#752ef1")Accessibility — WCAG contrast
Aa
#752ef1 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752ef1 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.0%
Blue94.5%
CMYK percentages
Cyan51.5%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#752ef1 text on a black background
contrast 3.42:1
Card sample
#752ef1 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752ef1;
Background color
Panel with #752ef1 background
background-color: #752ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752ef1; background: linear-gradient(135deg, #752ef1, #F12EEB);