#752fd0
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 47, 208
HSL
266°, 63%, 50%
CMYK
44, 77, 0, 18
Luminance
0.1037
Every format
| HEX | #752fd0 |
| RGB | rgb(117, 47, 208) |
| HSL | hsl(266, 63%, 50%) |
| CMYK | cmyk(44%, 77%, 0%, 18%) |
| LAB | lab(38.5 61.2 -70.6) |
| LCH | lch(38.5 93.4 310.9) |
| OKLCH | oklch(0.498 0.227 296.9) |
Copy-ready code
/* CSS */
color: #752fd0;
background-color: #752fd0;
/* Tailwind (arbitrary) */
class="text-[#752fd0] bg-[#752fd0]"
/* SCSS */
$brand: #752fd0;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#752fd0")Accessibility — WCAG contrast
Aa
#752fd0 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752fd0 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue81.6%
CMYK percentages
Cyan43.8%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#752fd0 text on a black background
contrast 3.07:1
Card sample
#752fd0 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fd0;
Background color
Panel with #752fd0 background
background-color: #752fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fd0; background: linear-gradient(135deg, #752fd0, #D02FC0);