#944ddf
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 77, 223
HSL
269°, 70%, 59%
CMYK
34, 66, 0, 13
Luminance
0.1693
Every format
| HEX | #944ddf |
| RGB | rgb(148, 77, 223) |
| HSL | hsl(269, 70%, 59%) |
| CMYK | cmyk(34%, 66%, 0%, 13%) |
| LAB | lab(48.2 56.8 -63.3) |
| LCH | lch(48.2 85.0 311.9) |
| OKLCH | oklch(0.578 0.213 302.5) |
Copy-ready code
/* CSS */
color: #944ddf;
background-color: #944ddf;
/* Tailwind (arbitrary) */
class="text-[#944ddf] bg-[#944ddf]"
/* SCSS */
$brand: #944ddf;
/* SwiftUI */
Color(red: 0.580, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#944ddf")Accessibility — WCAG contrast
Aa
#944ddf on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#944ddf on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green30.2%
Blue87.5%
CMYK percentages
Cyan33.6%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#944ddf text on a black background
contrast 4.39:1
Card sample
#944ddf text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #944ddf;
Background color
Panel with #944ddf background
background-color: #944ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #944ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #944ddf; background: linear-gradient(135deg, #944ddf, #DF4DC9);