#994477
a dark, soft magenta / pink · warm · closest name: purple
RGB
153, 68, 119
HSL
324°, 39%, 43%
CMYK
0, 56, 22, 40
Luminance
0.1224
Every format
| HEX | #994477 |
| RGB | rgb(153, 68, 119) |
| HSL | hsl(324, 39%, 43%) |
| CMYK | cmyk(0%, 56%, 22%, 40%) |
| LAB | lab(41.6 41.7 -12.1) |
| LCH | lch(41.6 43.4 343.8) |
| OKLCH | oklch(0.513 0.129 345.6) |
Copy-ready code
/* CSS */
color: #994477;
background-color: #994477;
/* Tailwind (arbitrary) */
class="text-[#994477] bg-[#994477]"
/* SCSS */
$brand: #994477;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#994477")Accessibility — WCAG contrast
Aa
#994477 on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994477 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow22.2%
Key (black)40.0%
Color previews
#994477 text on a black background
contrast 3.45:1
Card sample
#994477 text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994477;
Background color
Panel with #994477 background
background-color: #994477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994477; background: linear-gradient(135deg, #994477, #994A44);