#955fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 95, 223
HSL
265°, 67%, 62%
CMYK
33, 57, 0, 13
Luminance
0.1990
Every format
| HEX | #955fdf |
| RGB | rgb(149, 95, 223) |
| HSL | hsl(265, 67%, 62%) |
| CMYK | cmyk(33%, 57%, 0%, 13%) |
| LAB | lab(51.7 47.8 -57.5) |
| LCH | lch(51.7 74.8 309.7) |
| OKLCH | oklch(0.604 0.189 300.3) |
Copy-ready code
/* CSS */
color: #955fdf;
background-color: #955fdf;
/* Tailwind (arbitrary) */
class="text-[#955fdf] bg-[#955fdf]"
/* SCSS */
$brand: #955fdf;
/* SwiftUI */
Color(red: 0.584, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#955fdf")Accessibility — WCAG contrast
Aa
#955fdf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#955fdf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#955fdf text on a black background
contrast 4.98:1
Card sample
#955fdf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955fdf;
Background color
Panel with #955fdf background
background-color: #955fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955fdf; background: linear-gradient(135deg, #955fdf, #DF5FD4);