#752fe2
a balanced, electric violet · warm · closest name: blue
RGB
117, 47, 226
HSL
264°, 76%, 54%
CMYK
48, 79, 0, 11
Luminance
0.1131
Every format
| HEX | #752fe2 |
| RGB | rgb(117, 47, 226) |
| HSL | hsl(264, 76%, 54%) |
| CMYK | cmyk(48%, 79%, 0%, 11%) |
| LAB | lab(40.1 65.6 -78.3) |
| LCH | lch(40.1 102.1 309.9) |
| OKLCH | oklch(0.514 0.245 293.4) |
Copy-ready code
/* CSS */
color: #752fe2;
background-color: #752fe2;
/* Tailwind (arbitrary) */
class="text-[#752fe2] bg-[#752fe2]"
/* SCSS */
$brand: #752fe2;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#752fe2")Accessibility — WCAG contrast
Aa
#752fe2 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752fe2 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue88.6%
CMYK percentages
Cyan48.2%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#752fe2 text on a black background
contrast 3.26:1
Card sample
#752fe2 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fe2;
Background color
Panel with #752fe2 background
background-color: #752fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fe2; background: linear-gradient(135deg, #752fe2, #E22FD8);