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