#70201f
a dark, vivid red · warm · closest name: maroon
RGB
112, 32, 31
HSL
1°, 57%, 28%
CMYK
0, 71, 72, 56
Luminance
0.0458
Every format
| HEX | #70201f |
| RGB | rgb(112, 32, 31) |
| HSL | hsl(1, 57%, 28%) |
| CMYK | cmyk(0%, 71%, 72%, 56%) |
| LAB | lab(25.5 35.1 20.7) |
| LCH | lch(25.5 40.8 30.5) |
| OKLCH | oklch(0.371 0.113 25.1) |
Copy-ready code
/* CSS */
color: #70201f;
background-color: #70201f;
/* Tailwind (arbitrary) */
class="text-[#70201f] bg-[#70201f]"
/* SCSS */
$brand: #70201f;
/* SwiftUI */
Color(red: 0.439, green: 0.125, blue: 0.122)
/* Android */
Color.parseColor("#70201f")Accessibility — WCAG contrast
Aa
#70201f on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#70201f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow72.3%
Key (black)56.1%
Color previews
#70201f text on a black background
contrast 1.92:1
Card sample
#70201f text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70201f;
Background color
Panel with #70201f background
background-color: #70201f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70201f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 32, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 32, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70201f; background: linear-gradient(135deg, #70201f, #70561F);