#481f71
a dark, vivid violet · warm · closest name: midnightblue
RGB
72, 31, 113
HSL
270°, 57%, 28%
CMYK
36, 73, 0, 56
Luminance
0.0355
Every format
| HEX | #481f71 |
| RGB | rgb(72, 31, 113) |
| HSL | hsl(270, 57%, 28%) |
| CMYK | cmyk(36%, 73%, 0%, 56%) |
| LAB | lab(22.1 36.3 -39.8) |
| LCH | lch(22.1 53.9 312.4) |
| OKLCH | oklch(0.345 0.135 302.8) |
Copy-ready code
/* CSS */
color: #481f71;
background-color: #481f71;
/* Tailwind (arbitrary) */
class="text-[#481f71] bg-[#481f71]"
/* SCSS */
$brand: #481f71;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.443)
/* Android */
Color.parseColor("#481f71")Accessibility — WCAG contrast
Aa
#481f71 on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f71 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue44.3%
CMYK percentages
Cyan36.3%
Magenta72.6%
Yellow0.0%
Key (black)55.7%
Color previews
#481f71 text on a black background
contrast 1.71:1
Card sample
#481f71 text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f71;
Background color
Panel with #481f71 background
background-color: #481f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f71; background: linear-gradient(135deg, #481f71, #711F63);