#752af4
a balanced, electric violet · warm · closest name: blue
RGB
117, 42, 244
HSL
262°, 90%, 56%
CMYK
52, 83, 0, 4
Luminance
0.1197
Every format
| HEX | #752af4 |
| RGB | rgb(117, 42, 244) |
| HSL | hsl(262, 90%, 56%) |
| CMYK | cmyk(52%, 83%, 0%, 4%) |
| LAB | lab(41.2 71.8 -86.7) |
| LCH | lch(41.2 112.6 309.6) |
| OKLCH | oklch(0.526 0.267 290.7) |
Copy-ready code
/* CSS */
color: #752af4;
background-color: #752af4;
/* Tailwind (arbitrary) */
class="text-[#752af4] bg-[#752af4]"
/* SCSS */
$brand: #752af4;
/* SwiftUI */
Color(red: 0.459, green: 0.165, blue: 0.957)
/* Android */
Color.parseColor("#752af4")Accessibility — WCAG contrast
Aa
#752af4 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752af4 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.5%
Blue95.7%
CMYK percentages
Cyan52.0%
Magenta82.8%
Yellow0.0%
Key (black)4.3%
Color previews
#752af4 text on a black background
contrast 3.39:1
Card sample
#752af4 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752af4;
Background color
Panel with #752af4 background
background-color: #752af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 42, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 42, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752af4; background: linear-gradient(135deg, #752af4, #F42AEC);