#72001c
a deep, electric red · warm · closest name: maroon
RGB
114, 0, 28
HSL
345°, 100%, 22%
CMYK
0, 100, 75, 55
Luminance
0.0366
Every format
| HEX | #72001c |
| RGB | rgb(114, 0, 28) |
| HSL | hsl(345, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 75%, 55%) |
| LAB | lab(22.5 45.0 19.2) |
| LCH | lch(22.5 49.0 23.1) |
| OKLCH | oklch(0.350 0.140 18.3) |
Copy-ready code
/* CSS */
color: #72001c;
background-color: #72001c;
/* Tailwind (arbitrary) */
class="text-[#72001c] bg-[#72001c]"
/* SCSS */
$brand: #72001c;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#72001c")Accessibility — WCAG contrast
Aa
#72001c on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72001c on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.4%
Key (black)55.3%
Color previews
#72001c text on a black background
contrast 1.73:1
Card sample
#72001c text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72001c;
Background color
Panel with #72001c background
background-color: #72001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72001c; background: linear-gradient(135deg, #72001c, #723000);