#721908
a deep, electric red · warm · closest name: maroon
RGB
114, 25, 8
HSL
10°, 87%, 24%
CMYK
0, 78, 93, 55
Luminance
0.0429
Every format
| HEX | #721908 |
| RGB | rgb(114, 25, 8) |
| HSL | hsl(10, 87%, 24%) |
| CMYK | cmyk(0%, 78%, 93%, 55%) |
| LAB | lab(24.6 37.8 32.8) |
| LCH | lch(24.6 50.0 41.0) |
| OKLCH | oklch(0.365 0.126 32.7) |
Copy-ready code
/* CSS */
color: #721908;
background-color: #721908;
/* Tailwind (arbitrary) */
class="text-[#721908] bg-[#721908]"
/* SCSS */
$brand: #721908;
/* SwiftUI */
Color(red: 0.447, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#721908")Accessibility — WCAG contrast
Aa
#721908 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721908 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow93.0%
Key (black)55.3%
Color previews
#721908 text on a black background
contrast 1.86:1
Card sample
#721908 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721908;
Background color
Panel with #721908 background
background-color: #721908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721908; background: linear-gradient(135deg, #721908, #726008);