#481f65
a dark, vivid violet · warm · closest name: midnightblue
RGB
72, 31, 101
HSL
275°, 53%, 26%
CMYK
29, 69, 0, 60
Luminance
0.0330
Every format
| HEX | #481f65 |
| RGB | rgb(72, 31, 101) |
| HSL | hsl(275, 53%, 26%) |
| CMYK | cmyk(29%, 69%, 0%, 60%) |
| LAB | lab(21.2 33.2 -33.5) |
| LCH | lch(21.2 47.1 314.8) |
| OKLCH | oklch(0.335 0.120 308.1) |
Copy-ready code
/* CSS */
color: #481f65;
background-color: #481f65;
/* Tailwind (arbitrary) */
class="text-[#481f65] bg-[#481f65]"
/* SCSS */
$brand: #481f65;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.396)
/* Android */
Color.parseColor("#481f65")Accessibility — WCAG contrast
Aa
#481f65 on white: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f65 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue39.6%
CMYK percentages
Cyan28.7%
Magenta69.3%
Yellow0.0%
Key (black)60.4%
Color previews
#481f65 text on a black background
contrast 1.66:1
Card sample
#481f65 text on a white background
contrast 12.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f65;
Background color
Panel with #481f65 background
background-color: #481f65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f65; background: linear-gradient(135deg, #481f65, #651F53);