#901708
a dark, electric red · warm · closest name: maroon
RGB
144, 23, 8
HSL
7°, 90%, 30%
CMYK
0, 84, 94, 44
Luminance
0.0656
Every format
| HEX | #901708 |
| RGB | rgb(144, 23, 8) |
| HSL | hsl(7, 90%, 30%) |
| CMYK | cmyk(0%, 84%, 94%, 44%) |
| LAB | lab(30.8 48.1 40.6) |
| LCH | lch(30.8 63.0 40.2) |
| OKLCH | oklch(0.422 0.157 30.8) |
Copy-ready code
/* CSS */
color: #901708;
background-color: #901708;
/* Tailwind (arbitrary) */
class="text-[#901708] bg-[#901708]"
/* SCSS */
$brand: #901708;
/* SwiftUI */
Color(red: 0.565, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#901708")Accessibility — WCAG contrast
Aa
#901708 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#901708 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow94.4%
Key (black)43.5%
Color previews
#901708 text on a black background
contrast 2.31:1
Card sample
#901708 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901708;
Background color
Panel with #901708 background
background-color: #901708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901708; background: linear-gradient(135deg, #901708, #907208);