#481f52
a deep, vivid violet · warm · closest name: midnightblue
RGB
72, 31, 82
HSL
288°, 45%, 22%
CMYK
12, 62, 0, 68
Luminance
0.0297
Every format
| HEX | #481f52 |
| RGB | rgb(72, 31, 82) |
| HSL | hsl(288, 45%, 22%) |
| CMYK | cmyk(12%, 62%, 0%, 68%) |
| LAB | lab(19.9 28.5 -22.9) |
| LCH | lch(19.9 36.6 321.2) |
| OKLCH | oklch(0.322 0.098 319.4) |
Copy-ready code
/* CSS */
color: #481f52;
background-color: #481f52;
/* Tailwind (arbitrary) */
class="text-[#481f52] bg-[#481f52]"
/* SCSS */
$brand: #481f52;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.322)
/* Android */
Color.parseColor("#481f52")Accessibility — WCAG contrast
Aa
#481f52 on white: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f52 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue32.2%
CMYK percentages
Cyan12.2%
Magenta62.2%
Yellow0.0%
Key (black)67.8%
Color previews
#481f52 text on a black background
contrast 1.59:1
Card sample
#481f52 text on a white background
contrast 13.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f52;
Background color
Panel with #481f52 background
background-color: #481f52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f52; background: linear-gradient(135deg, #481f52, #521F3A);