#451021
a deep, vivid magenta / pink · warm · closest name: black
RGB
69, 16, 33
HSL
341°, 62%, 17%
CMYK
0, 77, 52, 73
Luminance
0.0175
Every format
| HEX | #451021 |
| RGB | rgb(69, 16, 33) |
| HSL | hsl(341, 62%, 17%) |
| CMYK | cmyk(0%, 77%, 52%, 73%) |
| LAB | lab(14.1 26.8 2.7) |
| LCH | lch(14.1 26.9 5.7) |
| OKLCH | oklch(0.270 0.082 5.0) |
Copy-ready code
/* CSS */
color: #451021;
background-color: #451021;
/* Tailwind (arbitrary) */
class="text-[#451021] bg-[#451021]"
/* SCSS */
$brand: #451021;
/* SwiftUI */
Color(red: 0.271, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#451021")Accessibility — WCAG contrast
Aa
#451021 on white: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451021 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow52.2%
Key (black)72.9%
Color previews
#451021 text on a black background
contrast 1.35:1
Card sample
#451021 text on a white background
contrast 15.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451021;
Background color
Panel with #451021 background
background-color: #451021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451021; background: linear-gradient(135deg, #451021, #452210);