#700a14
a deep, electric red · warm · closest name: maroon
RGB
112, 10, 20
HSL
354°, 84%, 24%
CMYK
0, 91, 82, 56
Luminance
0.0371
Every format
| HEX | #700a14 |
| RGB | rgb(112, 10, 20) |
| HSL | hsl(354, 84%, 24%) |
| CMYK | cmyk(0%, 91%, 82%, 56%) |
| LAB | lab(22.7 42.0 24.6) |
| LCH | lch(22.7 48.6 30.4) |
| OKLCH | oklch(0.350 0.133 23.9) |
Copy-ready code
/* CSS */
color: #700a14;
background-color: #700a14;
/* Tailwind (arbitrary) */
class="text-[#700a14] bg-[#700a14]"
/* SCSS */
$brand: #700a14;
/* SwiftUI */
Color(red: 0.439, green: 0.039, blue: 0.078)
/* Android */
Color.parseColor("#700a14")Accessibility — WCAG contrast
Aa
#700a14 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700a14 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green3.9%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow82.1%
Key (black)56.1%
Color previews
#700a14 text on a black background
contrast 1.74:1
Card sample
#700a14 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700a14;
Background color
Panel with #700a14 background
background-color: #700a14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700a14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 10, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 10, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700a14; background: linear-gradient(135deg, #700a14, #70440A);