#992f4d
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
153, 47, 77
HSL
343°, 53%, 39%
CMYK
0, 69, 50, 40
Luminance
0.0934
Every format
| HEX | #992f4d |
| RGB | rgb(153, 47, 77) |
| HSL | hsl(343, 53%, 39%) |
| CMYK | cmyk(0%, 69%, 50%, 40%) |
| LAB | lab(36.6 46.3 7.0) |
| LCH | lch(36.6 46.8 8.6) |
| OKLCH | oklch(0.472 0.142 7.3) |
Copy-ready code
/* CSS */
color: #992f4d;
background-color: #992f4d;
/* Tailwind (arbitrary) */
class="text-[#992f4d] bg-[#992f4d]"
/* SCSS */
$brand: #992f4d;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#992f4d")Accessibility — WCAG contrast
Aa
#992f4d on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992f4d on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta69.3%
Yellow49.7%
Key (black)40.0%
Color previews
#992f4d text on a black background
contrast 2.87:1
Card sample
#992f4d text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992f4d;
Background color
Panel with #992f4d background
background-color: #992f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992f4d; background: linear-gradient(135deg, #992f4d, #99582F);