#472b3f
a deep, soft magenta / pink · warm · closest name: black
RGB
71, 43, 63
HSL
317°, 25%, 22%
CMYK
0, 39, 11, 72
Luminance
0.0343
Every format
| HEX | #472b3f |
| RGB | rgb(71, 43, 63) |
| HSL | hsl(317, 25%, 22%) |
| CMYK | cmyk(0%, 39%, 11%, 72%) |
| LAB | lab(21.7 16.6 -7.3) |
| LCH | lch(21.7 18.1 336.3) |
| OKLCH | oklch(0.331 0.052 337.9) |
Copy-ready code
/* CSS */
color: #472b3f;
background-color: #472b3f;
/* Tailwind (arbitrary) */
class="text-[#472b3f] bg-[#472b3f]"
/* SCSS */
$brand: #472b3f;
/* SwiftUI */
Color(red: 0.278, green: 0.169, blue: 0.247)
/* Android */
Color.parseColor("#472b3f")Accessibility — WCAG contrast
Aa
#472b3f on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472b3f on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green16.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow11.3%
Key (black)72.2%
Color previews
#472b3f text on a black background
contrast 1.69:1
Card sample
#472b3f text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472b3f;
Background color
Panel with #472b3f background
background-color: #472b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 43, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 43, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472b3f; background: linear-gradient(135deg, #472b3f, #472B2C);