#953fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 63, 223
HSL
272°, 71%, 56%
CMYK
33, 72, 0, 13
Luminance
0.1527
Every format
| HEX | #953fdf |
| RGB | rgb(149, 63, 223) |
| HSL | hsl(272, 71%, 56%) |
| CMYK | cmyk(33%, 72%, 0%, 13%) |
| LAB | lab(46.0 63.4 -66.8) |
| LCH | lch(46.0 92.1 313.5) |
| OKLCH | oklch(0.563 0.230 304.4) |
Copy-ready code
/* CSS */
color: #953fdf;
background-color: #953fdf;
/* Tailwind (arbitrary) */
class="text-[#953fdf] bg-[#953fdf]"
/* SCSS */
$brand: #953fdf;
/* SwiftUI */
Color(red: 0.584, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#953fdf")Accessibility — WCAG contrast
Aa
#953fdf on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#953fdf on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green24.7%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#953fdf text on a black background
contrast 4.05:1
Card sample
#953fdf text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #953fdf;
Background color
Panel with #953fdf background
background-color: #953fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #953fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #953fdf; background: linear-gradient(135deg, #953fdf, #DF3FBE);