#944cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
148, 76, 219
HSL
270°, 67%, 58%
CMYK
32, 65, 0, 14
Luminance
0.1658
Every format
| HEX | #944cdb |
| RGB | rgb(148, 76, 219) |
| HSL | hsl(270, 67%, 58%) |
| CMYK | cmyk(32%, 65%, 0%, 14%) |
| LAB | lab(47.7 56.3 -61.7) |
| LCH | lch(47.7 83.6 312.4) |
| OKLCH | oklch(0.574 0.210 303.5) |
Copy-ready code
/* CSS */
color: #944cdb;
background-color: #944cdb;
/* Tailwind (arbitrary) */
class="text-[#944cdb] bg-[#944cdb]"
/* SCSS */
$brand: #944cdb;
/* SwiftUI */
Color(red: 0.580, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#944cdb")Accessibility — WCAG contrast
Aa
#944cdb on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#944cdb on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green29.8%
Blue85.9%
CMYK percentages
Cyan32.4%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#944cdb text on a black background
contrast 4.32:1
Card sample
#944cdb text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #944cdb;
Background color
Panel with #944cdb background
background-color: #944cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #944cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #944cdb; background: linear-gradient(135deg, #944cdb, #DB4CC3);