#481f4f
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
72, 31, 79
HSL
291°, 44%, 22%
CMYK
9, 61, 0, 69
Luminance
0.0292
Every format
| HEX | #481f4f |
| RGB | rgb(72, 31, 79) |
| HSL | hsl(291, 44%, 22%) |
| CMYK | cmyk(9%, 61%, 0%, 69%) |
| LAB | lab(19.7 27.9 -21.2) |
| LCH | lch(19.7 35.0 322.8) |
| OKLCH | oklch(0.320 0.095 321.6) |
Copy-ready code
/* CSS */
color: #481f4f;
background-color: #481f4f;
/* Tailwind (arbitrary) */
class="text-[#481f4f] bg-[#481f4f]"
/* SCSS */
$brand: #481f4f;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.310)
/* Android */
Color.parseColor("#481f4f")Accessibility — WCAG contrast
Aa
#481f4f on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f4f on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue31.0%
CMYK percentages
Cyan8.9%
Magenta60.8%
Yellow0.0%
Key (black)69.0%
Color previews
#481f4f text on a black background
contrast 1.58:1
Card sample
#481f4f text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f4f;
Background color
Panel with #481f4f background
background-color: #481f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f4f; background: linear-gradient(135deg, #481f4f, #4F1F36);