#471470
a dark, vivid violet · warm · closest name: midnightblue
RGB
71, 20, 112
HSL
273°, 70%, 26%
CMYK
37, 82, 0, 56
Luminance
0.0301
Every format
| HEX | #471470 |
| RGB | rgb(71, 20, 112) |
| HSL | hsl(273, 70%, 26%) |
| CMYK | cmyk(37%, 82%, 0%, 56%) |
| LAB | lab(20.1 41.0 -42.5) |
| LCH | lch(20.1 59.0 314.0) |
| OKLCH | oklch(0.330 0.147 304.4) |
Copy-ready code
/* CSS */
color: #471470;
background-color: #471470;
/* Tailwind (arbitrary) */
class="text-[#471470] bg-[#471470]"
/* SCSS */
$brand: #471470;
/* SwiftUI */
Color(red: 0.278, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#471470")Accessibility — WCAG contrast
Aa
#471470 on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471470 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.8%
Blue43.9%
CMYK percentages
Cyan36.6%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#471470 text on a black background
contrast 1.60:1
Card sample
#471470 text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471470;
Background color
Panel with #471470 background
background-color: #471470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471470; background: linear-gradient(135deg, #471470, #70145C);