#451c39
a deep, soft magenta / pink · warm · closest name: black
RGB
69, 28, 57
HSL
318°, 42%, 19%
CMYK
0, 59, 17, 73
Luminance
0.0239
Every format
| HEX | #451c39 |
| RGB | rgb(69, 28, 57) |
| HSL | hsl(318, 42%, 19%) |
| CMYK | cmyk(0%, 59%, 17%, 73%) |
| LAB | lab(17.4 24.0 -9.6) |
| LCH | lch(17.4 25.9 338.1) |
| OKLCH | oklch(0.298 0.075 339.9) |
Copy-ready code
/* CSS */
color: #451c39;
background-color: #451c39;
/* Tailwind (arbitrary) */
class="text-[#451c39] bg-[#451c39]"
/* SCSS */
$brand: #451c39;
/* SwiftUI */
Color(red: 0.271, green: 0.110, blue: 0.224)
/* Android */
Color.parseColor("#451c39")Accessibility — WCAG contrast
Aa
#451c39 on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451c39 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green11.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow17.4%
Key (black)72.9%
Color previews
#451c39 text on a black background
contrast 1.48:1
Card sample
#451c39 text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451c39;
Background color
Panel with #451c39 background
background-color: #451c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 28, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 28, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451c39; background: linear-gradient(135deg, #451c39, #451C1E);