#431221
a deep, vivid magenta / pink · warm · closest name: black
RGB
67, 18, 33
HSL
342°, 58%, 17%
CMYK
0, 73, 51, 74
Luminance
0.0174
Every format
| HEX | #431221 |
| RGB | rgb(67, 18, 33) |
| HSL | hsl(342, 58%, 17%) |
| CMYK | cmyk(0%, 73%, 51%, 74%) |
| LAB | lab(14.0 25.1 2.5) |
| LCH | lch(14.0 25.2 5.8) |
| OKLCH | oklch(0.269 0.077 5.1) |
Copy-ready code
/* CSS */
color: #431221;
background-color: #431221;
/* Tailwind (arbitrary) */
class="text-[#431221] bg-[#431221]"
/* SCSS */
$brand: #431221;
/* SwiftUI */
Color(red: 0.263, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#431221")Accessibility — WCAG contrast
Aa
#431221 on white: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431221 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow50.7%
Key (black)73.7%
Color previews
#431221 text on a black background
contrast 1.35:1
Card sample
#431221 text on a white background
contrast 15.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431221;
Background color
Panel with #431221 background
background-color: #431221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431221; background: linear-gradient(135deg, #431221, #432412);