#451421
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 20, 33
HSL
344°, 55%, 18%
CMYK
0, 71, 52, 73
Luminance
0.0188
Every format
| HEX | #451421 |
| RGB | rgb(69, 20, 33) |
| HSL | hsl(344, 55%, 18%) |
| CMYK | cmyk(0%, 71%, 52%, 73%) |
| LAB | lab(14.8 24.8 3.7) |
| LCH | lch(14.8 25.1 8.5) |
| OKLCH | oklch(0.276 0.076 7.3) |
Copy-ready code
/* CSS */
color: #451421;
background-color: #451421;
/* Tailwind (arbitrary) */
class="text-[#451421] bg-[#451421]"
/* SCSS */
$brand: #451421;
/* SwiftUI */
Color(red: 0.271, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#451421")Accessibility — WCAG contrast
Aa
#451421 on white: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451421 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow52.2%
Key (black)72.9%
Color previews
#451421 text on a black background
contrast 1.38:1
Card sample
#451421 text on a white background
contrast 15.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451421;
Background color
Panel with #451421 background
background-color: #451421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451421; background: linear-gradient(135deg, #451421, #452814);