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