#9c72df
a light, vivid violet · warm · closest name: slateblue
RGB
156, 114, 223
HSL
263°, 63%, 66%
CMYK
30, 49, 0, 13
Luminance
0.2443
Every format
| HEX | #9c72df |
| RGB | rgb(156, 114, 223) |
| HSL | hsl(263, 63%, 66%) |
| CMYK | cmyk(30%, 49%, 0%, 13%) |
| LAB | lab(56.5 39.0 -49.8) |
| LCH | lch(56.5 63.3 308.1) |
| OKLCH | oklch(0.641 0.161 299.6) |
Copy-ready code
/* CSS */
color: #9c72df;
background-color: #9c72df;
/* Tailwind (arbitrary) */
class="text-[#9c72df] bg-[#9c72df]"
/* SCSS */
$brand: #9c72df;
/* SwiftUI */
Color(red: 0.612, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#9c72df")Accessibility — WCAG contrast
Aa
#9c72df on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9c72df on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green44.7%
Blue87.5%
CMYK percentages
Cyan30.0%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9c72df text on a black background
contrast 5.89:1
Card sample
#9c72df text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c72df;
Background color
Panel with #9c72df background
background-color: #9c72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c72df; background: linear-gradient(135deg, #9c72df, #DF72D9);