#47147a
a dark, vivid violet · warm · closest name: indigo
RGB
71, 20, 122
HSL
270°, 72%, 28%
CMYK
42, 84, 0, 52
Luminance
0.0325
Every format
| HEX | #47147a |
| RGB | rgb(71, 20, 122) |
| HSL | hsl(270, 72%, 28%) |
| CMYK | cmyk(42%, 84%, 0%, 52%) |
| LAB | lab(21.0 43.5 -47.4) |
| LCH | lch(21.0 64.3 312.6) |
| OKLCH | oklch(0.339 0.157 300.4) |
Copy-ready code
/* CSS */
color: #47147a;
background-color: #47147a;
/* Tailwind (arbitrary) */
class="text-[#47147a] bg-[#47147a]"
/* SCSS */
$brand: #47147a;
/* SwiftUI */
Color(red: 0.278, green: 0.078, blue: 0.478)
/* Android */
Color.parseColor("#47147a")Accessibility — WCAG contrast
Aa
#47147a on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47147a on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.8%
Blue47.8%
CMYK percentages
Cyan41.8%
Magenta83.6%
Yellow0.0%
Key (black)52.2%
Color previews
#47147a text on a black background
contrast 1.65:1
Card sample
#47147a text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47147a;
Background color
Panel with #47147a background
background-color: #47147a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47147a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 20, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 20, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47147a; background: linear-gradient(135deg, #47147a, #7A1469);