#91083f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 8, 63
HSL
336°, 90%, 30%
CMYK
0, 95, 57, 43
Luminance
0.0655
Every format
| HEX | #91083f |
| RGB | rgb(145, 8, 63) |
| HSL | hsl(336, 90%, 30%) |
| CMYK | cmyk(0%, 95%, 57%, 43%) |
| LAB | lab(30.8 53.8 7.6) |
| LCH | lch(30.8 54.3 8.1) |
| OKLCH | oklch(0.425 0.165 6.8) |
Copy-ready code
/* CSS */
color: #91083f;
background-color: #91083f;
/* Tailwind (arbitrary) */
class="text-[#91083f] bg-[#91083f]"
/* SCSS */
$brand: #91083f;
/* SwiftUI */
Color(red: 0.569, green: 0.031, blue: 0.247)
/* Android */
Color.parseColor("#91083f")Accessibility — WCAG contrast
Aa
#91083f on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#91083f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green3.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow56.6%
Key (black)43.1%
Color previews
#91083f text on a black background
contrast 2.31:1
Card sample
#91083f text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91083f;
Background color
Panel with #91083f background
background-color: #91083f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91083f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 8, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 8, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91083f; background: linear-gradient(135deg, #91083f, #912C08);