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