#911908
a dark, electric red · warm · closest name: maroon
RGB
145, 25, 8
HSL
7°, 90%, 30%
CMYK
0, 83, 95, 43
Luminance
0.0673
Every format
| HEX | #911908 |
| RGB | rgb(145, 25, 8) |
| HSL | hsl(7, 90%, 30%) |
| CMYK | cmyk(0%, 83%, 95%, 43%) |
| LAB | lab(31.2 47.9 41.0) |
| LCH | lch(31.2 63.0 40.6) |
| OKLCH | oklch(0.425 0.157 31.2) |
Copy-ready code
/* CSS */
color: #911908;
background-color: #911908;
/* Tailwind (arbitrary) */
class="text-[#911908] bg-[#911908]"
/* SCSS */
$brand: #911908;
/* SwiftUI */
Color(red: 0.569, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#911908")Accessibility — WCAG contrast
Aa
#911908 on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#911908 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta82.8%
Yellow94.5%
Key (black)43.1%
Color previews
#911908 text on a black background
contrast 2.35:1
Card sample
#911908 text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911908;
Background color
Panel with #911908 background
background-color: #911908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911908; background: linear-gradient(135deg, #911908, #917408);