#700821
a deep, electric red · warm · closest name: maroon
RGB
112, 8, 33
HSL
346°, 87%, 24%
CMYK
0, 93, 71, 56
Luminance
0.0373
Every format
| HEX | #700821 |
| RGB | rgb(112, 8, 33) |
| HSL | hsl(346, 87%, 24%) |
| CMYK | cmyk(0%, 93%, 71%, 56%) |
| LAB | lab(22.8 43.0 16.0) |
| LCH | lch(22.8 45.9 20.4) |
| OKLCH | oklch(0.351 0.134 16.4) |
Copy-ready code
/* CSS */
color: #700821;
background-color: #700821;
/* Tailwind (arbitrary) */
class="text-[#700821] bg-[#700821]"
/* SCSS */
$brand: #700821;
/* SwiftUI */
Color(red: 0.439, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#700821")Accessibility — WCAG contrast
Aa
#700821 on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700821 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow70.5%
Key (black)56.1%
Color previews
#700821 text on a black background
contrast 1.75:1
Card sample
#700821 text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700821;
Background color
Panel with #700821 background
background-color: #700821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700821; background: linear-gradient(135deg, #700821, #703408);