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