#470821
a deep, electric magenta / pink · warm · closest name: black
RGB
71, 8, 33
HSL
336°, 80%, 16%
CMYK
0, 89, 54, 72
Luminance
0.0162
Every format
| HEX | #470821 |
| RGB | rgb(71, 8, 33) |
| HSL | hsl(336, 80%, 16%) |
| CMYK | cmyk(0%, 89%, 54%, 72%) |
| LAB | lab(13.4 30.7 1.7) |
| LCH | lch(13.4 30.8 3.2) |
| OKLCH | oklch(0.266 0.094 2.8) |
Copy-ready code
/* CSS */
color: #470821;
background-color: #470821;
/* Tailwind (arbitrary) */
class="text-[#470821] bg-[#470821]"
/* SCSS */
$brand: #470821;
/* SwiftUI */
Color(red: 0.278, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#470821")Accessibility — WCAG contrast
Aa
#470821 on white: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470821 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow53.5%
Key (black)72.2%
Color previews
#470821 text on a black background
contrast 1.32:1
Card sample
#470821 text on a white background
contrast 15.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470821;
Background color
Panel with #470821 background
background-color: #470821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470821; background: linear-gradient(135deg, #470821, #471908);