#451221
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 18, 33
HSL
342°, 59%, 17%
CMYK
0, 74, 52, 73
Luminance
0.0181
Every format
| HEX | #451221 |
| RGB | rgb(69, 18, 33) |
| HSL | hsl(342, 59%, 17%) |
| CMYK | cmyk(0%, 74%, 52%, 73%) |
| LAB | lab(14.4 25.8 3.2) |
| LCH | lch(14.4 26.0 7.0) |
| OKLCH | oklch(0.273 0.079 6.1) |
Copy-ready code
/* CSS */
color: #451221;
background-color: #451221;
/* Tailwind (arbitrary) */
class="text-[#451221] bg-[#451221]"
/* SCSS */
$brand: #451221;
/* SwiftUI */
Color(red: 0.271, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#451221")Accessibility — WCAG contrast
Aa
#451221 on white: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451221 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow52.2%
Key (black)72.9%
Color previews
#451221 text on a black background
contrast 1.36:1
Card sample
#451221 text on a white background
contrast 15.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451221;
Background color
Panel with #451221 background
background-color: #451221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451221; background: linear-gradient(135deg, #451221, #452512);