#910f3f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
145, 15, 63
HSL
338°, 81%, 31%
CMYK
0, 90, 57, 43
Luminance
0.0672
Every format
| HEX | #910f3f |
| RGB | rgb(145, 15, 63) |
| HSL | hsl(338, 81%, 31%) |
| CMYK | cmyk(0%, 90%, 57%, 43%) |
| LAB | lab(31.2 52.6 8.2) |
| LCH | lch(31.2 53.3 8.8) |
| OKLCH | oklch(0.428 0.162 7.4) |
Copy-ready code
/* CSS */
color: #910f3f;
background-color: #910f3f;
/* Tailwind (arbitrary) */
class="text-[#910f3f] bg-[#910f3f]"
/* SCSS */
$brand: #910f3f;
/* SwiftUI */
Color(red: 0.569, green: 0.059, blue: 0.247)
/* Android */
Color.parseColor("#910f3f")Accessibility — WCAG contrast
Aa
#910f3f on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910f3f on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow56.6%
Key (black)43.1%
Color previews
#910f3f text on a black background
contrast 2.34:1
Card sample
#910f3f text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910f3f;
Background color
Panel with #910f3f background
background-color: #910f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 15, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 15, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910f3f; background: linear-gradient(135deg, #910f3f, #91360F);