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