#910f2c
a dark, electric red · warm · closest name: maroon
RGB
145, 15, 44
HSL
347°, 81%, 31%
CMYK
0, 90, 70, 43
Luminance
0.0654
Every format
| HEX | #910f2c |
| RGB | rgb(145, 15, 44) |
| HSL | hsl(347, 81%, 31%) |
| CMYK | cmyk(0%, 90%, 70%, 43%) |
| LAB | lab(30.8 51.4 20.2) |
| LCH | lch(30.8 55.3 21.5) |
| OKLCH | oklch(0.423 0.160 17.3) |
Copy-ready code
/* CSS */
color: #910f2c;
background-color: #910f2c;
/* Tailwind (arbitrary) */
class="text-[#910f2c] bg-[#910f2c]"
/* SCSS */
$brand: #910f2c;
/* SwiftUI */
Color(red: 0.569, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#910f2c")Accessibility — WCAG contrast
Aa
#910f2c on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910f2c on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow69.7%
Key (black)43.1%
Color previews
#910f2c text on a black background
contrast 2.31:1
Card sample
#910f2c text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910f2c;
Background color
Panel with #910f2c background
background-color: #910f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910f2c; background: linear-gradient(135deg, #910f2c, #91490F);