#471237
a deep, vivid magenta / pink · warm · closest name: black
RGB
71, 18, 55
HSL
318°, 60%, 18%
CMYK
0, 75, 23, 72
Luminance
0.0205
Every format
| HEX | #471237 |
| RGB | rgb(71, 18, 55) |
| HSL | hsl(318, 60%, 18%) |
| CMYK | cmyk(0%, 75%, 23%, 72%) |
| LAB | lab(15.7 29.6 -10.8) |
| LCH | lch(15.7 31.5 340.0) |
| OKLCH | oklch(0.286 0.093 341.9) |
Copy-ready code
/* CSS */
color: #471237;
background-color: #471237;
/* Tailwind (arbitrary) */
class="text-[#471237] bg-[#471237]"
/* SCSS */
$brand: #471237;
/* SwiftUI */
Color(red: 0.278, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#471237")Accessibility — WCAG contrast
Aa
#471237 on white: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471237 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow22.5%
Key (black)72.2%
Color previews
#471237 text on a black background
contrast 1.41:1
Card sample
#471237 text on a white background
contrast 14.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471237;
Background color
Panel with #471237 background
background-color: #471237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471237; background: linear-gradient(135deg, #471237, #471214);