#9730df
a balanced, vivid violet · warm · closest name: indigo
RGB
151, 48, 223
HSL
275°, 73%, 53%
CMYK
32, 79, 0, 13
Luminance
0.1402
Every format
| HEX | #9730df |
| RGB | rgb(151, 48, 223) |
| HSL | hsl(275, 73%, 53%) |
| CMYK | cmyk(32%, 79%, 0%, 13%) |
| LAB | lab(44.3 69.5 -69.6) |
| LCH | lch(44.3 98.3 315.0) |
| OKLCH | oklch(0.551 0.246 306.3) |
Copy-ready code
/* CSS */
color: #9730df;
background-color: #9730df;
/* Tailwind (arbitrary) */
class="text-[#9730df] bg-[#9730df]"
/* SCSS */
$brand: #9730df;
/* SwiftUI */
Color(red: 0.592, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#9730df")Accessibility — WCAG contrast
Aa
#9730df on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9730df on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green18.8%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#9730df text on a black background
contrast 3.80:1
Card sample
#9730df text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9730df;
Background color
Panel with #9730df background
background-color: #9730df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9730df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9730df; background: linear-gradient(135deg, #9730df, #DF30B2);