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