#752af0
a balanced, electric violet · warm · closest name: blue
RGB
117, 42, 240
HSL
263°, 87%, 55%
CMYK
51, 83, 0, 6
Luminance
0.1173
Every format
| HEX | #752af0 |
| RGB | rgb(117, 42, 240) |
| HSL | hsl(263, 87%, 55%) |
| CMYK | cmyk(51%, 83%, 0%, 6%) |
| LAB | lab(40.8 70.8 -85.1) |
| LCH | lch(40.8 110.7 309.8) |
| OKLCH | oklch(0.522 0.263 291.3) |
Copy-ready code
/* CSS */
color: #752af0;
background-color: #752af0;
/* Tailwind (arbitrary) */
class="text-[#752af0] bg-[#752af0]"
/* SCSS */
$brand: #752af0;
/* SwiftUI */
Color(red: 0.459, green: 0.165, blue: 0.941)
/* Android */
Color.parseColor("#752af0")Accessibility — WCAG contrast
Aa
#752af0 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752af0 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.5%
Blue94.1%
CMYK percentages
Cyan51.3%
Magenta82.5%
Yellow0.0%
Key (black)5.9%
Color previews
#752af0 text on a black background
contrast 3.35:1
Card sample
#752af0 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752af0;
Background color
Panel with #752af0 background
background-color: #752af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 42, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 42, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752af0; background: linear-gradient(135deg, #752af0, #F02AE7);