#752f8c
a dark, vivid violet · warm · closest name: purple
RGB
117, 47, 140
HSL
285°, 50%, 37%
CMYK
16, 66, 0, 45
Luminance
0.0771
Every format
| HEX | #752f8c |
| RGB | rgb(117, 47, 140) |
| HSL | hsl(285, 50%, 37%) |
| CMYK | cmyk(16%, 66%, 0%, 45%) |
| LAB | lab(33.4 45.4 -38.3) |
| LCH | lch(33.4 59.4 319.8) |
| OKLCH | oklch(0.445 0.157 316.8) |
Copy-ready code
/* CSS */
color: #752f8c;
background-color: #752f8c;
/* Tailwind (arbitrary) */
class="text-[#752f8c] bg-[#752f8c]"
/* SCSS */
$brand: #752f8c;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.549)
/* Android */
Color.parseColor("#752f8c")Accessibility — WCAG contrast
Aa
#752f8c on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752f8c on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue54.9%
CMYK percentages
Cyan16.4%
Magenta66.4%
Yellow0.0%
Key (black)45.1%
Color previews
#752f8c text on a black background
contrast 2.54:1
Card sample
#752f8c text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752f8c;
Background color
Panel with #752f8c background
background-color: #752f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752f8c; background: linear-gradient(135deg, #752f8c, #8C2F65);