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