#752eb1
a dark, vivid violet · warm · closest name: indigo
RGB
117, 46, 177
HSL
273°, 59%, 44%
CMYK
34, 74, 0, 31
Luminance
0.0891
Every format
| HEX | #752eb1 |
| RGB | rgb(117, 46, 177) |
| HSL | hsl(273, 59%, 44%) |
| CMYK | cmyk(34%, 74%, 0%, 31%) |
| LAB | lab(35.8 54.2 -56.8) |
| LCH | lch(35.8 78.5 313.7) |
| OKLCH | oklch(0.471 0.196 304.5) |
Copy-ready code
/* CSS */
color: #752eb1;
background-color: #752eb1;
/* Tailwind (arbitrary) */
class="text-[#752eb1] bg-[#752eb1]"
/* SCSS */
$brand: #752eb1;
/* SwiftUI */
Color(red: 0.459, green: 0.180, blue: 0.694)
/* Android */
Color.parseColor("#752eb1")Accessibility — WCAG contrast
Aa
#752eb1 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752eb1 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.0%
Blue69.4%
CMYK percentages
Cyan33.9%
Magenta74.0%
Yellow0.0%
Key (black)30.6%
Color previews
#752eb1 text on a black background
contrast 2.78:1
Card sample
#752eb1 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752eb1;
Background color
Panel with #752eb1 background
background-color: #752eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 46, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 46, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752eb1; background: linear-gradient(135deg, #752eb1, #B12E96);