#700c21
a deep, electric red · warm · closest name: maroon
RGB
112, 12, 33
HSL
347°, 81%, 24%
CMYK
0, 89, 71, 56
Luminance
0.0382
Every format
| HEX | #700c21 |
| RGB | rgb(112, 12, 33) |
| HSL | hsl(347, 81%, 24%) |
| CMYK | cmyk(0%, 89%, 71%, 56%) |
| LAB | lab(23.1 42.1 16.4) |
| LCH | lch(23.1 45.2 21.3) |
| OKLCH | oklch(0.353 0.131 17.2) |
Copy-ready code
/* CSS */
color: #700c21;
background-color: #700c21;
/* Tailwind (arbitrary) */
class="text-[#700c21] bg-[#700c21]"
/* SCSS */
$brand: #700c21;
/* SwiftUI */
Color(red: 0.439, green: 0.047, blue: 0.129)
/* Android */
Color.parseColor("#700c21")Accessibility — WCAG contrast
Aa
#700c21 on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700c21 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green4.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow70.5%
Key (black)56.1%
Color previews
#700c21 text on a black background
contrast 1.76:1
Card sample
#700c21 text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700c21;
Background color
Panel with #700c21 background
background-color: #700c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 12, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 12, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700c21; background: linear-gradient(135deg, #700c21, #703A0C);