#992299
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 34, 153
HSL
300°, 64%, 37%
CMYK
0, 78, 0, 40
Luminance
0.1022
Every format
| HEX | #992299 |
| RGB | rgb(153, 34, 153) |
| HSL | hsl(300, 64%, 37%) |
| CMYK | cmyk(0%, 78%, 0%, 40%) |
| LAB | lab(38.2 60.9 -38.2) |
| LCH | lch(38.2 71.9 327.9) |
| OKLCH | oklch(0.494 0.200 328.1) |
Copy-ready code
/* CSS */
color: #992299;
background-color: #992299;
/* Tailwind (arbitrary) */
class="text-[#992299] bg-[#992299]"
/* SCSS */
$brand: #992299;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#992299")Accessibility — WCAG contrast
Aa
#992299 on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992299 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#992299 text on a black background
contrast 3.04:1
Card sample
#992299 text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992299;
Background color
Panel with #992299 background
background-color: #992299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992299; background: linear-gradient(135deg, #992299, #99224A);