#471877
a dark, vivid violet · warm · closest name: midnightblue
RGB
71, 24, 119
HSL
270°, 66%, 28%
CMYK
40, 80, 0, 53
Luminance
0.0332
Every format
| HEX | #471877 |
| RGB | rgb(71, 24, 119) |
| HSL | hsl(270, 66%, 28%) |
| CMYK | cmyk(40%, 80%, 0%, 53%) |
| LAB | lab(21.3 41.1 -45.0) |
| LCH | lch(21.3 60.9 312.4) |
| OKLCH | oklch(0.340 0.150 301.0) |
Copy-ready code
/* CSS */
color: #471877;
background-color: #471877;
/* Tailwind (arbitrary) */
class="text-[#471877] bg-[#471877]"
/* SCSS */
$brand: #471877;
/* SwiftUI */
Color(red: 0.278, green: 0.094, blue: 0.467)
/* Android */
Color.parseColor("#471877")Accessibility — WCAG contrast
Aa
#471877 on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471877 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green9.4%
Blue46.7%
CMYK percentages
Cyan40.3%
Magenta79.8%
Yellow0.0%
Key (black)53.3%
Color previews
#471877 text on a black background
contrast 1.66:1
Card sample
#471877 text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471877;
Background color
Panel with #471877 background
background-color: #471877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 24, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 24, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471877; background: linear-gradient(135deg, #471877, #771867);