#441f2d
a deep, soft magenta / pink · warm · closest name: black
RGB
68, 31, 45
HSL
337°, 37%, 19%
CMYK
0, 54, 34, 73
Luminance
0.0240
Every format
| HEX | #441f2d |
| RGB | rgb(68, 31, 45) |
| HSL | hsl(337, 37%, 19%) |
| CMYK | cmyk(0%, 54%, 34%, 73%) |
| LAB | lab(17.4 19.7 -1.1) |
| LCH | lch(17.4 19.7 356.7) |
| OKLCH | oklch(0.296 0.060 357.4) |
Copy-ready code
/* CSS */
color: #441f2d;
background-color: #441f2d;
/* Tailwind (arbitrary) */
class="text-[#441f2d] bg-[#441f2d]"
/* SCSS */
$brand: #441f2d;
/* SwiftUI */
Color(red: 0.267, green: 0.122, blue: 0.176)
/* Android */
Color.parseColor("#441f2d")Accessibility — WCAG contrast
Aa
#441f2d on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441f2d on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green12.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow33.8%
Key (black)73.3%
Color previews
#441f2d text on a black background
contrast 1.48:1
Card sample
#441f2d text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441f2d;
Background color
Panel with #441f2d background
background-color: #441f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 31, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 31, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441f2d; background: linear-gradient(135deg, #441f2d, #442A1F);