#700c01
a deep, electric red · warm · closest name: maroon
RGB
112, 12, 1
HSL
6°, 98%, 22%
CMYK
0, 89, 99, 56
Luminance
0.0371
Every format
| HEX | #700c01 |
| RGB | rgb(112, 12, 1) |
| HSL | hsl(6, 98%, 22%) |
| CMYK | cmyk(0%, 89%, 99%, 56%) |
| LAB | lab(22.7 41.0 33.6) |
| LCH | lch(22.7 53.0 39.3) |
| OKLCH | oklch(0.349 0.134 31.2) |
Copy-ready code
/* CSS */
color: #700c01;
background-color: #700c01;
/* Tailwind (arbitrary) */
class="text-[#700c01] bg-[#700c01]"
/* SCSS */
$brand: #700c01;
/* SwiftUI */
Color(red: 0.439, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#700c01")Accessibility — WCAG contrast
Aa
#700c01 on white: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700c01 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow99.1%
Key (black)56.1%
Color previews
#700c01 text on a black background
contrast 1.74:1
Card sample
#700c01 text on a white background
contrast 12.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700c01;
Background color
Panel with #700c01 background
background-color: #700c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700c01; background: linear-gradient(135deg, #700c01, #705601);