#440f2d
a deep, vivid magenta / pink · warm · closest name: black
RGB
68, 15, 45
HSL
326°, 64%, 16%
CMYK
0, 78, 34, 73
Luminance
0.0176
Every format
| HEX | #440f2d |
| RGB | rgb(68, 15, 45) |
| HSL | hsl(326, 64%, 16%) |
| CMYK | cmyk(0%, 78%, 34%, 73%) |
| LAB | lab(14.2 28.4 -6.0) |
| LCH | lch(14.2 29.1 348.1) |
| OKLCH | oklch(0.272 0.088 349.7) |
Copy-ready code
/* CSS */
color: #440f2d;
background-color: #440f2d;
/* Tailwind (arbitrary) */
class="text-[#440f2d] bg-[#440f2d]"
/* SCSS */
$brand: #440f2d;
/* SwiftUI */
Color(red: 0.267, green: 0.059, blue: 0.176)
/* Android */
Color.parseColor("#440f2d")Accessibility — WCAG contrast
Aa
#440f2d on white: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440f2d on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green5.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow33.8%
Key (black)73.3%
Color previews
#440f2d text on a black background
contrast 1.35:1
Card sample
#440f2d text on a white background
contrast 15.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440f2d;
Background color
Panel with #440f2d background
background-color: #440f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 15, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 15, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440f2d; background: linear-gradient(135deg, #440f2d, #44140F);