#912412
a dark, electric red · warm · closest name: maroon
RGB
145, 36, 18
HSL
9°, 78%, 32%
CMYK
0, 75, 88, 43
Luminance
0.0733
Every format
| HEX | #912412 |
| RGB | rgb(145, 36, 18) |
| HSL | hsl(9, 78%, 32%) |
| CMYK | cmyk(0%, 75%, 88%, 43%) |
| LAB | lab(32.5 44.5 37.6) |
| LCH | lch(32.5 58.3 40.2) |
| OKLCH | oklch(0.435 0.148 32.0) |
Copy-ready code
/* CSS */
color: #912412;
background-color: #912412;
/* Tailwind (arbitrary) */
class="text-[#912412] bg-[#912412]"
/* SCSS */
$brand: #912412;
/* SwiftUI */
Color(red: 0.569, green: 0.141, blue: 0.071)
/* Android */
Color.parseColor("#912412")Accessibility — WCAG contrast
Aa
#912412 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#912412 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green14.1%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow87.6%
Key (black)43.1%
Color previews
#912412 text on a black background
contrast 2.47:1
Card sample
#912412 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #912412;
Background color
Panel with #912412 background
background-color: #912412;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #912412;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 36, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 36, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #912412; background: linear-gradient(135deg, #912412, #917912);