#471321
a deep, vivid magenta / pink · warm · closest name: black
RGB
71, 19, 33
HSL
344°, 58%, 18%
CMYK
0, 73, 54, 72
Luminance
0.0192
Every format
| HEX | #471321 |
| RGB | rgb(71, 19, 33) |
| HSL | hsl(344, 58%, 18%) |
| CMYK | cmyk(0%, 73%, 54%, 72%) |
| LAB | lab(15.0 26.1 4.1) |
| LCH | lch(15.0 26.4 8.9) |
| OKLCH | oklch(0.278 0.080 7.6) |
Copy-ready code
/* CSS */
color: #471321;
background-color: #471321;
/* Tailwind (arbitrary) */
class="text-[#471321] bg-[#471321]"
/* SCSS */
$brand: #471321;
/* SwiftUI */
Color(red: 0.278, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#471321")Accessibility — WCAG contrast
Aa
#471321 on white: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471321 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow53.5%
Key (black)72.2%
Color previews
#471321 text on a black background
contrast 1.38:1
Card sample
#471321 text on a white background
contrast 15.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471321;
Background color
Panel with #471321 background
background-color: #471321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471321; background: linear-gradient(135deg, #471321, #472813);