#472158
a deep, vivid violet · warm · closest name: midnightblue
RGB
71, 33, 88
HSL
282°, 46%, 24%
CMYK
19, 63, 0, 66
Luminance
0.0313
Every format
| HEX | #472158 |
| RGB | rgb(71, 33, 88) |
| HSL | hsl(282, 46%, 24%) |
| CMYK | cmyk(19%, 63%, 0%, 66%) |
| LAB | lab(20.6 28.5 -25.9) |
| LCH | lch(20.6 38.5 317.8) |
| OKLCH | oklch(0.327 0.101 314.1) |
Copy-ready code
/* CSS */
color: #472158;
background-color: #472158;
/* Tailwind (arbitrary) */
class="text-[#472158] bg-[#472158]"
/* SCSS */
$brand: #472158;
/* SwiftUI */
Color(red: 0.278, green: 0.129, blue: 0.345)
/* Android */
Color.parseColor("#472158")Accessibility — WCAG contrast
Aa
#472158 on white: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472158 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green12.9%
Blue34.5%
CMYK percentages
Cyan19.3%
Magenta62.5%
Yellow0.0%
Key (black)65.5%
Color previews
#472158 text on a black background
contrast 1.63:1
Card sample
#472158 text on a white background
contrast 12.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472158;
Background color
Panel with #472158 background
background-color: #472158;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472158;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 33, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 33, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472158; background: linear-gradient(135deg, #472158, #582144);