#752fdc
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 47, 220
HSL
264°, 71%, 52%
CMYK
47, 79, 0, 14
Luminance
0.1098
Every format
| HEX | #752fdc |
| RGB | rgb(117, 47, 220) |
| HSL | hsl(264, 71%, 52%) |
| CMYK | cmyk(47%, 79%, 0%, 14%) |
| LAB | lab(39.5 64.1 -75.8) |
| LCH | lch(39.5 99.3 310.2) |
| OKLCH | oklch(0.508 0.239 294.5) |
Copy-ready code
/* CSS */
color: #752fdc;
background-color: #752fdc;
/* Tailwind (arbitrary) */
class="text-[#752fdc] bg-[#752fdc]"
/* SCSS */
$brand: #752fdc;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.863)
/* Android */
Color.parseColor("#752fdc")Accessibility — WCAG contrast
Aa
#752fdc on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752fdc on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue86.3%
CMYK percentages
Cyan46.8%
Magenta78.6%
Yellow0.0%
Key (black)13.7%
Color previews
#752fdc text on a black background
contrast 3.20:1
Card sample
#752fdc text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fdc;
Background color
Panel with #752fdc background
background-color: #752fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fdc; background: linear-gradient(135deg, #752fdc, #DC2FD0);