#481f45
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
72, 31, 69
HSL
304°, 40%, 20%
CMYK
0, 57, 4, 72
Luminance
0.0279
Every format
| HEX | #481f45 |
| RGB | rgb(72, 31, 69) |
| HSL | hsl(304, 40%, 20%) |
| CMYK | cmyk(0%, 57%, 4%, 72%) |
| LAB | lab(19.2 25.7 -15.2) |
| LCH | lch(19.2 29.9 329.3) |
| OKLCH | oklch(0.314 0.084 330.2) |
Copy-ready code
/* CSS */
color: #481f45;
background-color: #481f45;
/* Tailwind (arbitrary) */
class="text-[#481f45] bg-[#481f45]"
/* SCSS */
$brand: #481f45;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.271)
/* Android */
Color.parseColor("#481f45")Accessibility — WCAG contrast
Aa
#481f45 on white: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f45 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow4.2%
Key (black)71.8%
Color previews
#481f45 text on a black background
contrast 1.56:1
Card sample
#481f45 text on a white background
contrast 13.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f45;
Background color
Panel with #481f45 background
background-color: #481f45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f45; background: linear-gradient(135deg, #481f45, #481F2A);