#944994
a dark, soft magenta / pink · warm · closest name: purple
RGB
148, 73, 148
HSL
300°, 34%, 43%
CMYK
0, 51, 0, 42
Luminance
0.1320
Every format
| HEX | #944994 |
| RGB | rgb(148, 73, 148) |
| HSL | hsl(300, 34%, 43%) |
| CMYK | cmyk(0%, 51%, 0%, 42%) |
| LAB | lab(43.1 42.5 -27.6) |
| LCH | lch(43.1 50.7 327.0) |
| OKLCH | oklch(0.527 0.140 327.3) |
Copy-ready code
/* CSS */
color: #944994;
background-color: #944994;
/* Tailwind (arbitrary) */
class="text-[#944994] bg-[#944994]"
/* SCSS */
$brand: #944994;
/* SwiftUI */
Color(red: 0.580, green: 0.286, blue: 0.580)
/* Android */
Color.parseColor("#944994")Accessibility — WCAG contrast
Aa
#944994 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#944994 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green28.6%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow0.0%
Key (black)42.0%
Color previews
#944994 text on a black background
contrast 3.64:1
Card sample
#944994 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #944994;
Background color
Panel with #944994 background
background-color: #944994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #944994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 73, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 73, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #944994; background: linear-gradient(135deg, #944994, #944962);