#481f31
a deep, soft magenta / pink · warm · closest name: black
RGB
72, 31, 49
HSL
334°, 40%, 20%
CMYK
0, 57, 32, 72
Luminance
0.0258
Every format
| HEX | #481f31 |
| RGB | rgb(72, 31, 49) |
| HSL | hsl(334, 40%, 20%) |
| CMYK | cmyk(0%, 57%, 32%, 72%) |
| LAB | lab(18.3 22.0 -2.7) |
| LCH | lch(18.3 22.1 353.1) |
| OKLCH | oklch(0.304 0.067 354.2) |
Copy-ready code
/* CSS */
color: #481f31;
background-color: #481f31;
/* Tailwind (arbitrary) */
class="text-[#481f31] bg-[#481f31]"
/* SCSS */
$brand: #481f31;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.192)
/* Android */
Color.parseColor("#481f31")Accessibility — WCAG contrast
Aa
#481f31 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481f31 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow31.9%
Key (black)71.8%
Color previews
#481f31 text on a black background
contrast 1.52:1
Card sample
#481f31 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481f31;
Background color
Panel with #481f31 background
background-color: #481f31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481f31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481f31; background: linear-gradient(135deg, #481f31, #48281F);