#910038
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 0, 56
HSL
337°, 100%, 28%
CMYK
0, 100, 61, 43
Luminance
0.0631
Every format
| HEX | #910038 |
| RGB | rgb(145, 0, 56) |
| HSL | hsl(337, 100%, 28%) |
| CMYK | cmyk(0%, 100%, 61%, 43%) |
| LAB | lab(30.2 54.5 11.5) |
| LCH | lch(30.2 55.7 11.9) |
| OKLCH | oklch(0.420 0.168 9.8) |
Copy-ready code
/* CSS */
color: #910038;
background-color: #910038;
/* Tailwind (arbitrary) */
class="text-[#910038] bg-[#910038]"
/* SCSS */
$brand: #910038;
/* SwiftUI */
Color(red: 0.569, green: 0.000, blue: 0.220)
/* Android */
Color.parseColor("#910038")Accessibility — WCAG contrast
Aa
#910038 on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910038 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green0.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.4%
Key (black)43.1%
Color previews
#910038 text on a black background
contrast 2.26:1
Card sample
#910038 text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910038;
Background color
Panel with #910038 background
background-color: #910038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 0, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 0, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910038; background: linear-gradient(135deg, #910038, #912900);