#992ea8
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 46, 168
HSL
293°, 57%, 42%
CMYK
9, 73, 0, 34
Luminance
0.1155
Every format
| HEX | #992ea8 |
| RGB | rgb(153, 46, 168) |
| HSL | hsl(293, 57%, 42%) |
| CMYK | cmyk(9%, 73%, 0%, 34%) |
| LAB | lab(40.5 59.6 -43.6) |
| LCH | lch(40.5 73.8 323.8) |
| OKLCH | oklch(0.513 0.200 322.5) |
Copy-ready code
/* CSS */
color: #992ea8;
background-color: #992ea8;
/* Tailwind (arbitrary) */
class="text-[#992ea8] bg-[#992ea8]"
/* SCSS */
$brand: #992ea8;
/* SwiftUI */
Color(red: 0.600, green: 0.180, blue: 0.659)
/* Android */
Color.parseColor("#992ea8")Accessibility — WCAG contrast
Aa
#992ea8 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992ea8 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.0%
Blue65.9%
CMYK percentages
Cyan8.9%
Magenta72.6%
Yellow0.0%
Key (black)34.1%
Color previews
#992ea8 text on a black background
contrast 3.31:1
Card sample
#992ea8 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992ea8;
Background color
Panel with #992ea8 background
background-color: #992ea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992ea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 46, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 46, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992ea8; background: linear-gradient(135deg, #992ea8, #A82E66);