#992f5f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 47, 95
HSL
333°, 53%, 39%
CMYK
0, 69, 38, 40
Luminance
0.0963
Every format
| HEX | #992f5f |
| RGB | rgb(153, 47, 95) |
| HSL | hsl(333, 53%, 39%) |
| CMYK | cmyk(0%, 69%, 38%, 40%) |
| LAB | lab(37.2 48.1 -3.8) |
| LCH | lch(37.2 48.3 355.5) |
| OKLCH | oklch(0.478 0.148 356.4) |
Copy-ready code
/* CSS */
color: #992f5f;
background-color: #992f5f;
/* Tailwind (arbitrary) */
class="text-[#992f5f] bg-[#992f5f]"
/* SCSS */
$brand: #992f5f;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.373)
/* Android */
Color.parseColor("#992f5f")Accessibility — WCAG contrast
Aa
#992f5f on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992f5f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow37.9%
Key (black)40.0%
Color previews
#992f5f text on a black background
contrast 2.93:1
Card sample
#992f5f text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992f5f;
Background color
Panel with #992f5f background
background-color: #992f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992f5f; background: linear-gradient(135deg, #992f5f, #99462F);