#47104f
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
71, 16, 79
HSL
292°, 66%, 19%
CMYK
10, 80, 0, 69
Luminance
0.0227
Every format
| HEX | #47104f |
| RGB | rgb(71, 16, 79) |
| HSL | hsl(292, 66%, 19%) |
| CMYK | cmyk(10%, 80%, 0%, 69%) |
| LAB | lab(16.9 35.0 -25.7) |
| LCH | lch(16.9 43.5 323.7) |
| OKLCH | oklch(0.299 0.117 322.3) |
Copy-ready code
/* CSS */
color: #47104f;
background-color: #47104f;
/* Tailwind (arbitrary) */
class="text-[#47104f] bg-[#47104f]"
/* SCSS */
$brand: #47104f;
/* SwiftUI */
Color(red: 0.278, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#47104f")Accessibility — WCAG contrast
Aa
#47104f on white: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47104f on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan10.1%
Magenta79.7%
Yellow0.0%
Key (black)69.0%
Color previews
#47104f text on a black background
contrast 1.45:1
Card sample
#47104f text on a white background
contrast 14.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47104f;
Background color
Panel with #47104f background
background-color: #47104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47104f; background: linear-gradient(135deg, #47104f, #4F102D);