#9d3cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
157, 60, 223
HSL
276°, 72%, 56%
CMYK
30, 73, 0, 13
Luminance
0.1573
Every format
| HEX | #9d3cdf |
| RGB | rgb(157, 60, 223) |
| HSL | hsl(276, 72%, 56%) |
| CMYK | cmyk(30%, 73%, 0%, 13%) |
| LAB | lab(46.6 66.1 -65.7) |
| LCH | lch(46.6 93.2 315.2) |
| OKLCH | oklch(0.569 0.235 307.6) |
Copy-ready code
/* CSS */
color: #9d3cdf;
background-color: #9d3cdf;
/* Tailwind (arbitrary) */
class="text-[#9d3cdf] bg-[#9d3cdf]"
/* SCSS */
$brand: #9d3cdf;
/* SwiftUI */
Color(red: 0.616, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#9d3cdf")Accessibility — WCAG contrast
Aa
#9d3cdf on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9d3cdf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#9d3cdf text on a black background
contrast 4.15:1
Card sample
#9d3cdf text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d3cdf;
Background color
Panel with #9d3cdf background
background-color: #9d3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d3cdf; background: linear-gradient(135deg, #9d3cdf, #DF3CB4);