#47103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
71, 16, 60
HSL
312°, 63%, 17%
CMYK
0, 78, 16, 72
Luminance
0.0204
Every format
| HEX | #47103c |
| RGB | rgb(71, 16, 60) |
| HSL | hsl(312, 63%, 17%) |
| CMYK | cmyk(0%, 78%, 16%, 72%) |
| LAB | lab(15.7 31.4 -14.4) |
| LCH | lch(15.7 34.5 335.3) |
| OKLCH | oklch(0.286 0.100 337.0) |
Copy-ready code
/* CSS */
color: #47103c;
background-color: #47103c;
/* Tailwind (arbitrary) */
class="text-[#47103c] bg-[#47103c]"
/* SCSS */
$brand: #47103c;
/* SwiftUI */
Color(red: 0.278, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#47103c")Accessibility — WCAG contrast
Aa
#47103c on white: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47103c on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow15.5%
Key (black)72.2%
Color previews
#47103c text on a black background
contrast 1.41:1
Card sample
#47103c text on a white background
contrast 14.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47103c;
Background color
Panel with #47103c background
background-color: #47103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47103c; background: linear-gradient(135deg, #47103c, #471017);