#752fba
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 47, 186
HSL
270°, 60%, 46%
CMYK
37, 75, 0, 27
Luminance
0.0936
Every format
| HEX | #752fba |
| RGB | rgb(117, 47, 186) |
| HSL | hsl(270, 60%, 46%) |
| CMYK | cmyk(37%, 75%, 0%, 27%) |
| LAB | lab(36.7 55.9 -60.7) |
| LCH | lch(36.7 82.5 312.6) |
| OKLCH | oklch(0.479 0.204 302.0) |
Copy-ready code
/* CSS */
color: #752fba;
background-color: #752fba;
/* Tailwind (arbitrary) */
class="text-[#752fba] bg-[#752fba]"
/* SCSS */
$brand: #752fba;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#752fba")Accessibility — WCAG contrast
Aa
#752fba on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752fba on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue72.9%
CMYK percentages
Cyan37.1%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#752fba text on a black background
contrast 2.87:1
Card sample
#752fba text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fba;
Background color
Panel with #752fba background
background-color: #752fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fba; background: linear-gradient(135deg, #752fba, #BA2FA2);