#472b49
a deep, soft magenta / pink · warm · closest name: black
RGB
71, 43, 73
HSL
296°, 26%, 23%
CMYK
3, 41, 0, 71
Luminance
0.0355
Every format
| HEX | #472b49 |
| RGB | rgb(71, 43, 73) |
| HSL | hsl(296, 26%, 23%) |
| CMYK | cmyk(3%, 41%, 0%, 71%) |
| LAB | lab(22.1 18.8 -13.4) |
| LCH | lch(22.1 23.1 324.5) |
| OKLCH | oklch(0.336 0.063 324.5) |
Copy-ready code
/* CSS */
color: #472b49;
background-color: #472b49;
/* Tailwind (arbitrary) */
class="text-[#472b49] bg-[#472b49]"
/* SCSS */
$brand: #472b49;
/* SwiftUI */
Color(red: 0.278, green: 0.169, blue: 0.286)
/* Android */
Color.parseColor("#472b49")Accessibility — WCAG contrast
Aa
#472b49 on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472b49 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green16.9%
Blue28.6%
CMYK percentages
Cyan2.7%
Magenta41.1%
Yellow0.0%
Key (black)71.4%
Color previews
#472b49 text on a black background
contrast 1.71:1
Card sample
#472b49 text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472b49;
Background color
Panel with #472b49 background
background-color: #472b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 43, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 43, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472b49; background: linear-gradient(135deg, #472b49, #492B37);