#910a13
a dark, electric red · warm · closest name: maroon
RGB
145, 10, 19
HSL
356°, 87%, 30%
CMYK
0, 93, 87, 43
Luminance
0.0628
Every format
| HEX | #910a13 |
| RGB | rgb(145, 10, 19) |
| HSL | hsl(356, 87%, 30%) |
| CMYK | cmyk(0%, 93%, 87%, 43%) |
| LAB | lab(30.1 51.4 35.0) |
| LCH | lch(30.1 62.1 34.3) |
| OKLCH | oklch(0.418 0.164 26.3) |
Copy-ready code
/* CSS */
color: #910a13;
background-color: #910a13;
/* Tailwind (arbitrary) */
class="text-[#910a13] bg-[#910a13]"
/* SCSS */
$brand: #910a13;
/* SwiftUI */
Color(red: 0.569, green: 0.039, blue: 0.075)
/* Android */
Color.parseColor("#910a13")Accessibility — WCAG contrast
Aa
#910a13 on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#910a13 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green3.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow86.9%
Key (black)43.1%
Color previews
#910a13 text on a black background
contrast 2.26:1
Card sample
#910a13 text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910a13;
Background color
Panel with #910a13 background
background-color: #910a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 10, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 10, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910a13; background: linear-gradient(135deg, #910a13, #915B0A);