#752cdf
a balanced, vivid violet · warm · closest name: blue
RGB
117, 44, 223
HSL
265°, 74%, 52%
CMYK
48, 80, 0, 13
Luminance
0.1091
Every format
| HEX | #752cdf |
| RGB | rgb(117, 44, 223) |
| HSL | hsl(265, 74%, 52%) |
| CMYK | cmyk(48%, 80%, 0%, 13%) |
| LAB | lab(39.4 66.0 -77.7) |
| LCH | lch(39.4 101.9 310.3) |
| OKLCH | oklch(0.508 0.244 294.2) |
Copy-ready code
/* CSS */
color: #752cdf;
background-color: #752cdf;
/* Tailwind (arbitrary) */
class="text-[#752cdf] bg-[#752cdf]"
/* SCSS */
$brand: #752cdf;
/* SwiftUI */
Color(red: 0.459, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#752cdf")Accessibility — WCAG contrast
Aa
#752cdf on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752cdf on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green17.3%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#752cdf text on a black background
contrast 3.18:1
Card sample
#752cdf text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752cdf;
Background color
Panel with #752cdf background
background-color: #752cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752cdf; background: linear-gradient(135deg, #752cdf, #DF2CD2);