#9747df
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 71, 223
HSL
272°, 70%, 58%
CMYK
32, 68, 0, 13
Luminance
0.1641
Every format
| HEX | #9747df |
| RGB | rgb(151, 71, 223) |
| HSL | hsl(272, 70%, 58%) |
| CMYK | cmyk(32%, 68%, 0%, 13%) |
| LAB | lab(47.5 60.2 -64.3) |
| LCH | lch(47.5 88.1 313.1) |
| OKLCH | oklch(0.574 0.221 304.3) |
Copy-ready code
/* CSS */
color: #9747df;
background-color: #9747df;
/* Tailwind (arbitrary) */
class="text-[#9747df] bg-[#9747df]"
/* SCSS */
$brand: #9747df;
/* SwiftUI */
Color(red: 0.592, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#9747df")Accessibility — WCAG contrast
Aa
#9747df on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9747df on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green27.8%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta68.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9747df text on a black background
contrast 4.28:1
Card sample
#9747df text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9747df;
Background color
Panel with #9747df background
background-color: #9747df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9747df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9747df; background: linear-gradient(135deg, #9747df, #DF47C2);