#994469
a dark, soft magenta / pink · warm · closest name: plum
RGB
153, 68, 105
HSL
334°, 39%, 43%
CMYK
0, 56, 31, 40
Luminance
0.1193
Every format
| HEX | #994469 |
| RGB | rgb(153, 68, 105) |
| HSL | hsl(334, 39%, 43%) |
| CMYK | cmyk(0%, 56%, 31%, 40%) |
| LAB | lab(41.1 39.7 -4.2) |
| LCH | lch(41.1 39.9 353.9) |
| OKLCH | oklch(0.508 0.121 355.0) |
Copy-ready code
/* CSS */
color: #994469;
background-color: #994469;
/* Tailwind (arbitrary) */
class="text-[#994469] bg-[#994469]"
/* SCSS */
$brand: #994469;
/* SwiftUI */
Color(red: 0.600, green: 0.267, blue: 0.412)
/* Android */
Color.parseColor("#994469")Accessibility — WCAG contrast
Aa
#994469 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#994469 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green26.7%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow31.4%
Key (black)40.0%
Color previews
#994469 text on a black background
contrast 3.39:1
Card sample
#994469 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #994469;
Background color
Panel with #994469 background
background-color: #994469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #994469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 68, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 68, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #994469; background: linear-gradient(135deg, #994469, #995844);