#992269
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 34, 105
HSL
324°, 64%, 37%
CMYK
0, 78, 31, 40
Luminance
0.0894
Every format
| HEX | #992269 |
| RGB | rgb(153, 34, 105) |
| HSL | hsl(324, 64%, 37%) |
| CMYK | cmyk(0%, 78%, 31%, 40%) |
| LAB | lab(35.9 54.0 -12.1) |
| LCH | lch(35.9 55.3 347.4) |
| OKLCH | oklch(0.469 0.168 349.1) |
Copy-ready code
/* CSS */
color: #992269;
background-color: #992269;
/* Tailwind (arbitrary) */
class="text-[#992269] bg-[#992269]"
/* SCSS */
$brand: #992269;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.412)
/* Android */
Color.parseColor("#992269")Accessibility — WCAG contrast
Aa
#992269 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992269 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow31.4%
Key (black)40.0%
Color previews
#992269 text on a black background
contrast 2.79:1
Card sample
#992269 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992269;
Background color
Panel with #992269 background
background-color: #992269;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992269;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992269; background: linear-gradient(135deg, #992269, #992A22);