#45112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 17, 43
HSL
330°, 61%, 17%
CMYK
0, 75, 38, 73
Luminance
0.0184
Every format
| HEX | #45112b |
| RGB | rgb(69, 17, 43) |
| HSL | hsl(330, 61%, 17%) |
| CMYK | cmyk(0%, 75%, 38%, 73%) |
| LAB | lab(14.6 27.6 -3.9) |
| LCH | lch(14.6 27.8 352.0) |
| OKLCH | oklch(0.275 0.085 353.3) |
Copy-ready code
/* CSS */
color: #45112b;
background-color: #45112b;
/* Tailwind (arbitrary) */
class="text-[#45112b] bg-[#45112b]"
/* SCSS */
$brand: #45112b;
/* SwiftUI */
Color(red: 0.271, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#45112b")Accessibility — WCAG contrast
Aa
#45112b on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45112b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow37.7%
Key (black)72.9%
Color previews
#45112b text on a black background
contrast 1.37:1
Card sample
#45112b text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45112b;
Background color
Panel with #45112b background
background-color: #45112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45112b; background: linear-gradient(135deg, #45112b, #451A11);