#472430
a deep, soft magenta / pink · warm · closest name: black
RGB
71, 36, 48
HSL
339°, 33%, 21%
CMYK
0, 49, 32, 72
Luminance
0.0281
Every format
| HEX | #472430 |
| RGB | rgb(71, 36, 48) |
| HSL | hsl(339, 33%, 21%) |
| CMYK | cmyk(0%, 49%, 32%, 72%) |
| LAB | lab(19.3 18.3 -0.5) |
| LCH | lch(19.3 18.3 358.4) |
| OKLCH | oklch(0.311 0.055 358.9) |
Copy-ready code
/* CSS */
color: #472430;
background-color: #472430;
/* Tailwind (arbitrary) */
class="text-[#472430] bg-[#472430]"
/* SCSS */
$brand: #472430;
/* SwiftUI */
Color(red: 0.278, green: 0.141, blue: 0.188)
/* Android */
Color.parseColor("#472430")Accessibility — WCAG contrast
Aa
#472430 on white: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472430 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green14.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow32.4%
Key (black)72.2%
Color previews
#472430 text on a black background
contrast 1.56:1
Card sample
#472430 text on a white background
contrast 13.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472430;
Background color
Panel with #472430 background
background-color: #472430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 36, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 36, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472430; background: linear-gradient(135deg, #472430, #472F24);