#472147
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
71, 33, 71
HSL
300°, 37%, 20%
CMYK
0, 54, 0, 72
Luminance
0.0288
Every format
| HEX | #472147 |
| RGB | rgb(71, 33, 71) |
| HSL | hsl(300, 37%, 20%) |
| CMYK | cmyk(0%, 54%, 0%, 72%) |
| LAB | lab(19.6 24.6 -16.0) |
| LCH | lch(19.6 29.3 326.9) |
| OKLCH | oklch(0.317 0.081 327.3) |
Copy-ready code
/* CSS */
color: #472147;
background-color: #472147;
/* Tailwind (arbitrary) */
class="text-[#472147] bg-[#472147]"
/* SCSS */
$brand: #472147;
/* SwiftUI */
Color(red: 0.278, green: 0.129, blue: 0.278)
/* Android */
Color.parseColor("#472147")Accessibility — WCAG contrast
Aa
#472147 on white: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472147 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green12.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow0.0%
Key (black)72.2%
Color previews
#472147 text on a black background
contrast 1.58:1
Card sample
#472147 text on a white background
contrast 13.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472147;
Background color
Panel with #472147 background
background-color: #472147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 33, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 33, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472147; background: linear-gradient(135deg, #472147, #47212E);