#973cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 60, 223
HSL
274°, 72%, 56%
CMYK
32, 73, 0, 13
Luminance
0.1514
Every format
| HEX | #973cdf |
| RGB | rgb(151, 60, 223) |
| HSL | hsl(274, 72%, 56%) |
| CMYK | cmyk(32%, 73%, 0%, 13%) |
| LAB | lab(45.8 65.0 -67.0) |
| LCH | lch(45.8 93.4 314.1) |
| OKLCH | oklch(0.562 0.234 305.4) |
Copy-ready code
/* CSS */
color: #973cdf;
background-color: #973cdf;
/* Tailwind (arbitrary) */
class="text-[#973cdf] bg-[#973cdf]"
/* SCSS */
$brand: #973cdf;
/* SwiftUI */
Color(red: 0.592, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#973cdf")Accessibility — WCAG contrast
Aa
#973cdf on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#973cdf on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green23.5%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#973cdf text on a black background
contrast 4.03:1
Card sample
#973cdf text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #973cdf;
Background color
Panel with #973cdf background
background-color: #973cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #973cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #973cdf; background: linear-gradient(135deg, #973cdf, #DF3CBA);