#91023c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 2, 60
HSL
336°, 97%, 29%
CMYK
0, 99, 59, 43
Luminance
0.0639
Every format
| HEX | #91023c |
| RGB | rgb(145, 2, 60) |
| HSL | hsl(336, 97%, 29%) |
| CMYK | cmyk(0%, 99%, 59%, 43%) |
| LAB | lab(30.4 54.5 9.1) |
| LCH | lch(30.4 55.2 9.5) |
| OKLCH | oklch(0.422 0.168 7.9) |
Copy-ready code
/* CSS */
color: #91023c;
background-color: #91023c;
/* Tailwind (arbitrary) */
class="text-[#91023c] bg-[#91023c]"
/* SCSS */
$brand: #91023c;
/* SwiftUI */
Color(red: 0.569, green: 0.008, blue: 0.235)
/* Android */
Color.parseColor("#91023c")Accessibility — WCAG contrast
Aa
#91023c on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#91023c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.8%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow58.6%
Key (black)43.1%
Color previews
#91023c text on a black background
contrast 2.28:1
Card sample
#91023c text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91023c;
Background color
Panel with #91023c background
background-color: #91023c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91023c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 2, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 2, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91023c; background: linear-gradient(135deg, #91023c, #912702);