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