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