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