#45142f
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 20, 47
HSL
327°, 55%, 18%
CMYK
0, 71, 32, 73
Luminance
0.0197
Every format
| HEX | #45142f |
| RGB | rgb(69, 20, 47) |
| HSL | hsl(327, 55%, 18%) |
| CMYK | cmyk(0%, 71%, 32%, 73%) |
| LAB | lab(15.3 26.7 -5.7) |
| LCH | lch(15.3 27.3 347.9) |
| OKLCH | oklch(0.281 0.082 349.6) |
Copy-ready code
/* CSS */
color: #45142f;
background-color: #45142f;
/* Tailwind (arbitrary) */
class="text-[#45142f] bg-[#45142f]"
/* SCSS */
$brand: #45142f;
/* SwiftUI */
Color(red: 0.271, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#45142f")Accessibility — WCAG contrast
Aa
#45142f on white: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45142f on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow31.9%
Key (black)72.9%
Color previews
#45142f text on a black background
contrast 1.39:1
Card sample
#45142f text on a white background
contrast 15.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45142f;
Background color
Panel with #45142f background
background-color: #45142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45142f; background: linear-gradient(135deg, #45142f, #451A14);