#70001c
a deep, electric red · warm · closest name: maroon
RGB
112, 0, 28
HSL
345°, 100%, 22%
CMYK
0, 100, 75, 56
Luminance
0.0353
Every format
| HEX | #70001c |
| RGB | rgb(112, 0, 28) |
| HSL | hsl(345, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 75%, 56%) |
| LAB | lab(22.1 44.5 18.6) |
| LCH | lch(22.1 48.2 22.6) |
| OKLCH | oklch(0.345 0.138 18.0) |
Copy-ready code
/* CSS */
color: #70001c;
background-color: #70001c;
/* Tailwind (arbitrary) */
class="text-[#70001c] bg-[#70001c]"
/* SCSS */
$brand: #70001c;
/* SwiftUI */
Color(red: 0.439, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#70001c")Accessibility — WCAG contrast
Aa
#70001c on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#70001c on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.0%
Key (black)56.1%
Color previews
#70001c text on a black background
contrast 1.71:1
Card sample
#70001c text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70001c;
Background color
Panel with #70001c background
background-color: #70001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70001c; background: linear-gradient(135deg, #70001c, #702F00);