#994466
a dark, soft magenta / pink · warm · closest name: plum
RGB
153, 68, 102
HSL
336°, 39%, 43%
CMYK
0, 56, 33, 40
Luminance
0.1187
Every format
| HEX | #994466 |
| RGB | rgb(153, 68, 102) |
| HSL | hsl(336, 39%, 43%) |
| CMYK | cmyk(0%, 56%, 33%, 40%) |
| LAB | lab(41.0 39.3 -2.5) |
| LCH | lch(41.0 39.4 356.4) |
| OKLCH | oklch(0.507 0.120 357.1) |
Copy-ready code
/* CSS */
color: #994466;
background-color: #994466;
/* Tailwind (arbitrary) */
class="text-[#994466] bg-[#994466]"
/* SCSS */
$brand: #994466;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.400)
/* Android */
Color.parseColor("#994466")Accessibility — WCAG contrast
Aa
#994466 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994466 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow33.3%
Key (black)40.0%
Color previews
#994466 text on a black background
contrast 3.37:1
Card sample
#994466 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994466;
Background color
Panel with #994466 background
background-color: #994466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994466; background: linear-gradient(135deg, #994466, #995B44);