#752fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 47, 210
HSL
266°, 64%, 50%
CMYK
44, 78, 0, 18
Luminance
0.1047
Every format
| HEX | #752fd2 |
| RGB | rgb(117, 47, 210) |
| HSL | hsl(266, 64%, 50%) |
| CMYK | cmyk(44%, 78%, 0%, 18%) |
| LAB | lab(38.7 61.7 -71.5) |
| LCH | lch(38.7 94.4 310.8) |
| OKLCH | oklch(0.499 0.229 296.5) |
Copy-ready code
/* CSS */
color: #752fd2;
background-color: #752fd2;
/* Tailwind (arbitrary) */
class="text-[#752fd2] bg-[#752fd2]"
/* SCSS */
$brand: #752fd2;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#752fd2")Accessibility — WCAG contrast
Aa
#752fd2 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752fd2 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue82.4%
CMYK percentages
Cyan44.3%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#752fd2 text on a black background
contrast 3.09:1
Card sample
#752fd2 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fd2;
Background color
Panel with #752fd2 background
background-color: #752fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fd2; background: linear-gradient(135deg, #752fd2, #D22FC2);