#752fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
117, 47, 223
HSL
264°, 73%, 53%
CMYK
48, 79, 0, 13
Luminance
0.1114
Every format
| HEX | #752fdf |
| RGB | rgb(117, 47, 223) |
| HSL | hsl(264, 73%, 53%) |
| CMYK | cmyk(48%, 79%, 0%, 13%) |
| LAB | lab(39.8 64.8 -77.0) |
| LCH | lch(39.8 100.7 310.1) |
| OKLCH | oklch(0.511 0.242 293.9) |
Copy-ready code
/* CSS */
color: #752fdf;
background-color: #752fdf;
/* Tailwind (arbitrary) */
class="text-[#752fdf] bg-[#752fdf]"
/* SCSS */
$brand: #752fdf;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#752fdf")Accessibility — WCAG contrast
Aa
#752fdf on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#752fdf on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue87.5%
CMYK percentages
Cyan47.5%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#752fdf text on a black background
contrast 3.23:1
Card sample
#752fdf text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752fdf;
Background color
Panel with #752fdf background
background-color: #752fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752fdf; background: linear-gradient(135deg, #752fdf, #DF2FD3);