#752ade
a balanced, vivid violet · warm · closest name: blue
RGB
117, 42, 222
HSL
265°, 73%, 52%
CMYK
47, 81, 0, 13
Luminance
0.1071
Every format
| HEX | #752ade |
| RGB | rgb(117, 42, 222) |
| HSL | hsl(265, 73%, 52%) |
| CMYK | cmyk(47%, 81%, 0%, 13%) |
| LAB | lab(39.1 66.5 -77.7) |
| LCH | lch(39.1 102.2 310.6) |
| OKLCH | oklch(0.505 0.245 294.5) |
Copy-ready code
/* CSS */
color: #752ade;
background-color: #752ade;
/* Tailwind (arbitrary) */
class="text-[#752ade] bg-[#752ade]"
/* SCSS */
$brand: #752ade;
/* SwiftUI */
Color(red: 0.459, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#752ade")Accessibility — WCAG contrast
Aa
#752ade on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752ade on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.5%
Blue87.1%
CMYK percentages
Cyan47.3%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#752ade text on a black background
contrast 3.14:1
Card sample
#752ade text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752ade;
Background color
Panel with #752ade background
background-color: #752ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752ade; background: linear-gradient(135deg, #752ade, #DE2ACF);