#472c47
a deep, soft magenta / pink · warm · closest name: black
RGB
71, 44, 71
HSL
300°, 24%, 23%
CMYK
0, 38, 0, 72
Luminance
0.0360
Every format
| HEX | #472c47 |
| RGB | rgb(71, 44, 71) |
| HSL | hsl(300, 24%, 23%) |
| CMYK | cmyk(0%, 38%, 0%, 72%) |
| LAB | lab(22.3 17.7 -11.8) |
| LCH | lch(22.3 21.2 326.3) |
| OKLCH | oklch(0.337 0.058 326.8) |
Copy-ready code
/* CSS */
color: #472c47;
background-color: #472c47;
/* Tailwind (arbitrary) */
class="text-[#472c47] bg-[#472c47]"
/* SCSS */
$brand: #472c47;
/* SwiftUI */
Color(red: 0.278, green: 0.173, blue: 0.278)
/* Android */
Color.parseColor("#472c47")Accessibility — WCAG contrast
Aa
#472c47 on white: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472c47 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green17.3%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta38.0%
Yellow0.0%
Key (black)72.2%
Color previews
#472c47 text on a black background
contrast 1.72:1
Card sample
#472c47 text on a white background
contrast 12.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472c47;
Background color
Panel with #472c47 background
background-color: #472c47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472c47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 44, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 44, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472c47; background: linear-gradient(135deg, #472c47, #472C35);