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