#9752cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 82, 207
HSL
273°, 57%, 57%
CMYK
27, 60, 0, 19
Luminance
0.1712
Every format
| HEX | #9752cf |
| RGB | rgb(151, 82, 207) |
| HSL | hsl(273, 57%, 57%) |
| CMYK | cmyk(27%, 60%, 0%, 19%) |
| LAB | lab(48.4 51.2 -53.7) |
| LCH | lch(48.4 74.2 313.6) |
| OKLCH | oklch(0.577 0.190 306.9) |
Copy-ready code
/* CSS */
color: #9752cf;
background-color: #9752cf;
/* Tailwind (arbitrary) */
class="text-[#9752cf] bg-[#9752cf]"
/* SCSS */
$brand: #9752cf;
/* SwiftUI */
Color(red: 0.592, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#9752cf")Accessibility — WCAG contrast
Aa
#9752cf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9752cf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green32.2%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9752cf text on a black background
contrast 4.42:1
Card sample
#9752cf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9752cf;
Background color
Panel with #9752cf background
background-color: #9752cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9752cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9752cf; background: linear-gradient(135deg, #9752cf, #CF52B4);