#781908
a dark, electric red · warm · closest name: maroon
RGB
120, 25, 8
HSL
9°, 88%, 25%
CMYK
0, 79, 93, 53
Luminance
0.0471
Every format
| HEX | #781908 |
| RGB | rgb(120, 25, 8) |
| HSL | hsl(9, 88%, 25%) |
| CMYK | cmyk(0%, 79%, 93%, 53%) |
| LAB | lab(25.9 39.8 34.5) |
| LCH | lch(25.9 52.7 40.9) |
| OKLCH | oklch(0.376 0.132 32.3) |
Copy-ready code
/* CSS */
color: #781908;
background-color: #781908;
/* Tailwind (arbitrary) */
class="text-[#781908] bg-[#781908]"
/* SCSS */
$brand: #781908;
/* SwiftUI */
Color(red: 0.471, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#781908")Accessibility — WCAG contrast
Aa
#781908 on white: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781908 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow93.3%
Key (black)52.9%
Color previews
#781908 text on a black background
contrast 1.94:1
Card sample
#781908 text on a white background
contrast 10.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781908;
Background color
Panel with #781908 background
background-color: #781908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781908; background: linear-gradient(135deg, #781908, #786408);