#752eb3
a dark, vivid violet · warm · closest name: indigo
RGB
117, 46, 179
HSL
272°, 59%, 44%
CMYK
35, 74, 0, 30
Luminance
0.0899
Every format
| HEX | #752eb3 |
| RGB | rgb(117, 46, 179) |
| HSL | hsl(272, 59%, 44%) |
| CMYK | cmyk(35%, 74%, 0%, 30%) |
| LAB | lab(36.0 54.6 -57.7) |
| LCH | lch(36.0 79.5 313.4) |
| OKLCH | oklch(0.472 0.198 303.9) |
Copy-ready code
/* CSS */
color: #752eb3;
background-color: #752eb3;
/* Tailwind (arbitrary) */
class="text-[#752eb3] bg-[#752eb3]"
/* SCSS */
$brand: #752eb3;
/* SwiftUI */
Color(red: 0.459, green: 0.180, blue: 0.702)
/* Android */
Color.parseColor("#752eb3")Accessibility — WCAG contrast
Aa
#752eb3 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752eb3 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.0%
Blue70.2%
CMYK percentages
Cyan34.6%
Magenta74.3%
Yellow0.0%
Key (black)29.8%
Color previews
#752eb3 text on a black background
contrast 2.80:1
Card sample
#752eb3 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752eb3;
Background color
Panel with #752eb3 background
background-color: #752eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 46, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 46, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752eb3; background: linear-gradient(135deg, #752eb3, #B32E98);