#481f66
a dark, vivid violet · warm · closest name: midnightblue
RGB
72, 31, 102
HSL
275°, 53%, 26%
CMYK
29, 70, 0, 60
Luminance
0.0332
Every format
| HEX | #481f66 |
| RGB | rgb(72, 31, 102) |
| HSL | hsl(275, 53%, 26%) |
| CMYK | cmyk(29%, 70%, 0%, 60%) |
| LAB | lab(21.3 33.5 -34.0) |
| LCH | lch(21.3 47.7 314.5) |
| OKLCH | oklch(0.336 0.121 307.6) |
Copy-ready code
/* CSS */
color: #481f66;
background-color: #481f66;
/* Tailwind (arbitrary) */
class="text-[#481f66] bg-[#481f66]"
/* SCSS */
$brand: #481f66;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.400)
/* Android */
Color.parseColor("#481f66")Accessibility — WCAG contrast
Aa
#481f66 on white: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f66 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue40.0%
CMYK percentages
Cyan29.4%
Magenta69.6%
Yellow0.0%
Key (black)60.0%
Color previews
#481f66 text on a black background
contrast 1.66:1
Card sample
#481f66 text on a white background
contrast 12.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f66;
Background color
Panel with #481f66 background
background-color: #481f66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f66; background: linear-gradient(135deg, #481f66, #661F55);