#910c2c
a dark, electric red · warm · closest name: maroon
RGB
145, 12, 44
HSL
346°, 85%, 31%
CMYK
0, 92, 70, 43
Luminance
0.0646
Every format
| HEX | #910c2c |
| RGB | rgb(145, 12, 44) |
| HSL | hsl(346, 85%, 31%) |
| CMYK | cmyk(0%, 92%, 70%, 43%) |
| LAB | lab(30.6 52.0 20.0) |
| LCH | lch(30.6 55.7 21.0) |
| OKLCH | oklch(0.422 0.162 16.9) |
Copy-ready code
/* CSS */
color: #910c2c;
background-color: #910c2c;
/* Tailwind (arbitrary) */
class="text-[#910c2c] bg-[#910c2c]"
/* SCSS */
$brand: #910c2c;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.173)
/* Android */
Color.parseColor("#910c2c")Accessibility — WCAG contrast
Aa
#910c2c on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910c2c on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow69.7%
Key (black)43.1%
Color previews
#910c2c text on a black background
contrast 2.29:1
Card sample
#910c2c text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910c2c;
Background color
Panel with #910c2c background
background-color: #910c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910c2c; background: linear-gradient(135deg, #910c2c, #91450C);