#700521
a deep, electric magenta / pink · warm · closest name: maroon
RGB
112, 5, 33
HSL
344°, 92%, 23%
CMYK
0, 96, 71, 56
Luminance
0.0366
Every format
| HEX | #700521 |
| RGB | rgb(112, 5, 33) |
| HSL | hsl(344, 92%, 23%) |
| CMYK | cmyk(0%, 96%, 71%, 56%) |
| LAB | lab(22.5 43.6 15.7) |
| LCH | lch(22.5 46.4 19.8) |
| OKLCH | oklch(0.349 0.135 15.9) |
Copy-ready code
/* CSS */
color: #700521;
background-color: #700521;
/* Tailwind (arbitrary) */
class="text-[#700521] bg-[#700521]"
/* SCSS */
$brand: #700521;
/* SwiftUI */
Color(red: 0.439, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#700521")Accessibility — WCAG contrast
Aa
#700521 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700521 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow70.5%
Key (black)56.1%
Color previews
#700521 text on a black background
contrast 1.73:1
Card sample
#700521 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700521;
Background color
Panel with #700521 background
background-color: #700521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700521; background: linear-gradient(135deg, #700521, #703005);