#910c49
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 12, 73
HSL
333°, 85%, 31%
CMYK
0, 92, 50, 43
Luminance
0.0676
Every format
| HEX | #910c49 |
| RGB | rgb(145, 12, 73) |
| HSL | hsl(333, 85%, 31%) |
| CMYK | cmyk(0%, 92%, 50%, 43%) |
| LAB | lab(31.3 54.0 1.7) |
| LCH | lch(31.3 54.0 1.8) |
| OKLCH | oklch(0.429 0.166 1.7) |
Copy-ready code
/* CSS */
color: #910c49;
background-color: #910c49;
/* Tailwind (arbitrary) */
class="text-[#910c49] bg-[#910c49]"
/* SCSS */
$brand: #910c49;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.286)
/* Android */
Color.parseColor("#910c49")Accessibility — WCAG contrast
Aa
#910c49 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910c49 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow49.7%
Key (black)43.1%
Color previews
#910c49 text on a black background
contrast 2.35:1
Card sample
#910c49 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910c49;
Background color
Panel with #910c49 background
background-color: #910c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910c49; background: linear-gradient(135deg, #910c49, #91280C);