#451321
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 19, 33
HSL
343°, 57%, 17%
CMYK
0, 73, 52, 73
Luminance
0.0184
Every format
| HEX | #451321 |
| RGB | rgb(69, 19, 33) |
| HSL | hsl(343, 57%, 17%) |
| CMYK | cmyk(0%, 73%, 52%, 73%) |
| LAB | lab(14.6 25.3 3.4) |
| LCH | lch(14.6 25.5 7.7) |
| OKLCH | oklch(0.274 0.078 6.7) |
Copy-ready code
/* CSS */
color: #451321;
background-color: #451321;
/* Tailwind (arbitrary) */
class="text-[#451321] bg-[#451321]"
/* SCSS */
$brand: #451321;
/* SwiftUI */
Color(red: 0.271, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#451321")Accessibility — WCAG contrast
Aa
#451321 on white: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451321 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow52.2%
Key (black)72.9%
Color previews
#451321 text on a black background
contrast 1.37:1
Card sample
#451321 text on a white background
contrast 15.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451321;
Background color
Panel with #451321 background
background-color: #451321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451321; background: linear-gradient(135deg, #451321, #452613);