#752dbf
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 45, 191
HSL
270°, 62%, 46%
CMYK
39, 76, 0, 25
Luminance
0.0942
Every format
| HEX | #752dbf |
| RGB | rgb(117, 45, 191) |
| HSL | hsl(270, 62%, 46%) |
| CMYK | cmyk(39%, 76%, 0%, 25%) |
| LAB | lab(36.8 57.9 -63.5) |
| LCH | lch(36.8 85.9 312.4) |
| OKLCH | oklch(0.481 0.211 300.9) |
Copy-ready code
/* CSS */
color: #752dbf;
background-color: #752dbf;
/* Tailwind (arbitrary) */
class="text-[#752dbf] bg-[#752dbf]"
/* SCSS */
$brand: #752dbf;
/* SwiftUI */
Color(red: 0.459, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#752dbf")Accessibility — WCAG contrast
Aa
#752dbf on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752dbf on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green17.6%
Blue74.9%
CMYK percentages
Cyan38.7%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#752dbf text on a black background
contrast 2.88:1
Card sample
#752dbf text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752dbf;
Background color
Panel with #752dbf background
background-color: #752dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752dbf; background: linear-gradient(135deg, #752dbf, #BF2DA8);