#470a3d
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
71, 10, 61
HSL
310°, 75%, 16%
CMYK
0, 86, 14, 72
Luminance
0.0189
Every format
| HEX | #470a3d |
| RGB | rgb(71, 10, 61) |
| HSL | hsl(310, 75%, 16%) |
| CMYK | cmyk(0%, 86%, 14%, 72%) |
| LAB | lab(14.9 33.9 -16.3) |
| LCH | lch(14.9 37.6 334.3) |
| OKLCH | oklch(0.281 0.109 335.8) |
Copy-ready code
/* CSS */
color: #470a3d;
background-color: #470a3d;
/* Tailwind (arbitrary) */
class="text-[#470a3d] bg-[#470a3d]"
/* SCSS */
$brand: #470a3d;
/* SwiftUI */
Color(red: 0.278, green: 0.039, blue: 0.239)
/* Android */
Color.parseColor("#470a3d")Accessibility — WCAG contrast
Aa
#470a3d on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470a3d on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green3.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow14.1%
Key (black)72.2%
Color previews
#470a3d text on a black background
contrast 1.38:1
Card sample
#470a3d text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470a3d;
Background color
Panel with #470a3d background
background-color: #470a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 10, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 10, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470a3d; background: linear-gradient(135deg, #470a3d, #470A14);