#990f4d
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
153, 15, 77
HSL
333°, 82%, 33%
CMYK
0, 90, 50, 40
Luminance
0.0765
Every format
| HEX | #990f4d |
| RGB | rgb(153, 15, 77) |
| HSL | hsl(333, 82%, 33%) |
| CMYK | cmyk(0%, 90%, 50%, 40%) |
| LAB | lab(33.3 55.8 2.1) |
| LCH | lch(33.3 55.8 2.2) |
| OKLCH | oklch(0.447 0.172 2.0) |
Copy-ready code
/* CSS */
color: #990f4d;
background-color: #990f4d;
/* Tailwind (arbitrary) */
class="text-[#990f4d] bg-[#990f4d]"
/* SCSS */
$brand: #990f4d;
/* SwiftUI */
Color(red: 0.600, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#990f4d")Accessibility — WCAG contrast
Aa
#990f4d on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#990f4d on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green5.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow49.7%
Key (black)40.0%
Color previews
#990f4d text on a black background
contrast 2.53:1
Card sample
#990f4d text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990f4d;
Background color
Panel with #990f4d background
background-color: #990f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990f4d; background: linear-gradient(135deg, #990f4d, #992D0F);