#700021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
112, 0, 33
HSL
342°, 100%, 22%
CMYK
0, 100, 71, 56
Luminance
0.0355
Every format
| HEX | #700021 |
| RGB | rgb(112, 0, 33) |
| HSL | hsl(342, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 71%, 56%) |
| LAB | lab(22.1 44.7 15.2) |
| LCH | lch(22.1 47.3 18.8) |
| OKLCH | oklch(0.346 0.139 15.1) |
Copy-ready code
/* CSS */
color: #700021;
background-color: #700021;
/* Tailwind (arbitrary) */
class="text-[#700021] bg-[#700021]"
/* SCSS */
$brand: #700021;
/* SwiftUI */
Color(red: 0.439, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#700021")Accessibility — WCAG contrast
Aa
#700021 on white: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700021 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow70.5%
Key (black)56.1%
Color previews
#700021 text on a black background
contrast 1.71:1
Card sample
#700021 text on a white background
contrast 12.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700021;
Background color
Panel with #700021 background
background-color: #700021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700021; background: linear-gradient(135deg, #700021, #702A00);