#431421
a deep, vivid magenta / pink · warm · closest name: black
RGB
67, 20, 33
HSL
343°, 54%, 17%
CMYK
0, 70, 51, 74
Luminance
0.0180
Every format
| HEX | #431421 |
| RGB | rgb(67, 20, 33) |
| HSL | hsl(343, 54%, 17%) |
| CMYK | cmyk(0%, 70%, 51%, 74%) |
| LAB | lab(14.4 24.0 3.1) |
| LCH | lch(14.4 24.2 7.3) |
| OKLCH | oklch(0.272 0.074 6.4) |
Copy-ready code
/* CSS */
color: #431421;
background-color: #431421;
/* Tailwind (arbitrary) */
class="text-[#431421] bg-[#431421]"
/* SCSS */
$brand: #431421;
/* SwiftUI */
Color(red: 0.263, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#431421")Accessibility — WCAG contrast
Aa
#431421 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431421 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow50.7%
Key (black)73.7%
Color previews
#431421 text on a black background
contrast 1.36:1
Card sample
#431421 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431421;
Background color
Panel with #431421 background
background-color: #431421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431421; background: linear-gradient(135deg, #431421, #432614);