#431321
a deep, vivid magenta / pink · warm · closest name: black
RGB
67, 19, 33
HSL
343°, 56%, 17%
CMYK
0, 72, 51, 74
Luminance
0.0177
Every format
| HEX | #431321 |
| RGB | rgb(67, 19, 33) |
| HSL | hsl(343, 56%, 17%) |
| CMYK | cmyk(0%, 72%, 51%, 74%) |
| LAB | lab(14.2 24.6 2.8) |
| LCH | lch(14.2 24.7 6.5) |
| OKLCH | oklch(0.270 0.075 5.7) |
Copy-ready code
/* CSS */
color: #431321;
background-color: #431321;
/* Tailwind (arbitrary) */
class="text-[#431321] bg-[#431321]"
/* SCSS */
$brand: #431321;
/* SwiftUI */
Color(red: 0.263, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#431321")Accessibility — WCAG contrast
Aa
#431321 on white: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431321 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow50.7%
Key (black)73.7%
Color previews
#431321 text on a black background
contrast 1.35:1
Card sample
#431321 text on a white background
contrast 15.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431321;
Background color
Panel with #431321 background
background-color: #431321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431321; background: linear-gradient(135deg, #431321, #432513);