#752eb9
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 46, 185
HSL
271°, 60%, 45%
CMYK
37, 75, 0, 28
Luminance
0.0924
Every format
| HEX | #752eb9 |
| RGB | rgb(117, 46, 185) |
| HSL | hsl(271, 60%, 45%) |
| CMYK | cmyk(37%, 75%, 0%, 28%) |
| LAB | lab(36.4 56.0 -60.5) |
| LCH | lch(36.4 82.5 312.8) |
| OKLCH | oklch(0.477 0.204 302.3) |
Copy-ready code
/* CSS */
color: #752eb9;
background-color: #752eb9;
/* Tailwind (arbitrary) */
class="text-[#752eb9] bg-[#752eb9]"
/* SCSS */
$brand: #752eb9;
/* SwiftUI */
Color(red: 0.459, green: 0.180, blue: 0.725)
/* Android */
Color.parseColor("#752eb9")Accessibility — WCAG contrast
Aa
#752eb9 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752eb9 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.0%
Blue72.5%
CMYK percentages
Cyan36.8%
Magenta75.1%
Yellow0.0%
Key (black)27.5%
Color previews
#752eb9 text on a black background
contrast 2.85:1
Card sample
#752eb9 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752eb9;
Background color
Panel with #752eb9 background
background-color: #752eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 46, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 46, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752eb9; background: linear-gradient(135deg, #752eb9, #B92EA0);