#700708
a deep, electric red · warm · closest name: maroon
RGB
112, 7, 8
HSL
359°, 88%, 23%
CMYK
0, 94, 93, 56
Luminance
0.0361
Every format
| HEX | #700708 |
| RGB | rgb(112, 7, 8) |
| HSL | hsl(359, 88%, 23%) |
| CMYK | cmyk(0%, 94%, 93%, 56%) |
| LAB | lab(22.4 42.3 30.4) |
| LCH | lch(22.4 52.1 35.7) |
| OKLCH | oklch(0.347 0.136 27.9) |
Copy-ready code
/* CSS */
color: #700708;
background-color: #700708;
/* Tailwind (arbitrary) */
class="text-[#700708] bg-[#700708]"
/* SCSS */
$brand: #700708;
/* SwiftUI */
Color(red: 0.439, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#700708")Accessibility — WCAG contrast
Aa
#700708 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700708 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow92.9%
Key (black)56.1%
Color previews
#700708 text on a black background
contrast 1.72:1
Card sample
#700708 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700708;
Background color
Panel with #700708 background
background-color: #700708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700708; background: linear-gradient(135deg, #700708, #704C07);