#471f5c
a deep, vivid violet · warm · closest name: midnightblue
RGB
71, 31, 92
HSL
279°, 50%, 24%
CMYK
23, 66, 0, 64
Luminance
0.0309
Every format
| HEX | #471f5c |
| RGB | rgb(71, 31, 92) |
| HSL | hsl(279, 50%, 24%) |
| CMYK | cmyk(23%, 66%, 0%, 64%) |
| LAB | lab(20.4 30.7 -28.8) |
| LCH | lch(20.4 42.1 316.8) |
| OKLCH | oklch(0.327 0.109 312.1) |
Copy-ready code
/* CSS */
color: #471f5c;
background-color: #471f5c;
/* Tailwind (arbitrary) */
class="text-[#471f5c] bg-[#471f5c]"
/* SCSS */
$brand: #471f5c;
/* SwiftUI */
Color(red: 0.278, green: 0.122, blue: 0.361)
/* Android */
Color.parseColor("#471f5c")Accessibility — WCAG contrast
Aa
#471f5c on white: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471f5c on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green12.2%
Blue36.1%
CMYK percentages
Cyan22.8%
Magenta66.3%
Yellow0.0%
Key (black)63.9%
Color previews
#471f5c text on a black background
contrast 1.62:1
Card sample
#471f5c text on a white background
contrast 12.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471f5c;
Background color
Panel with #471f5c background
background-color: #471f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 31, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 31, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471f5c; background: linear-gradient(135deg, #471f5c, #5C1F48);