#431921
a deep, vivid red · warm · closest name: black
RGB
67, 25, 33
HSL
349°, 46%, 18%
CMYK
0, 63, 51, 74
Luminance
0.0200
Every format
| HEX | #431921 |
| RGB | rgb(67, 25, 33) |
| HSL | hsl(349, 46%, 18%) |
| CMYK | cmyk(0%, 63%, 51%, 74%) |
| LAB | lab(15.5 21.2 4.6) |
| LCH | lch(15.5 21.7 12.2) |
| OKLCH | oklch(0.280 0.065 10.5) |
Copy-ready code
/* CSS */
color: #431921;
background-color: #431921;
/* Tailwind (arbitrary) */
class="text-[#431921] bg-[#431921]"
/* SCSS */
$brand: #431921;
/* SwiftUI */
Color(red: 0.263, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#431921")Accessibility — WCAG contrast
Aa
#431921 on white: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431921 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow50.7%
Key (black)73.7%
Color previews
#431921 text on a black background
contrast 1.40:1
Card sample
#431921 text on a white background
contrast 15.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431921;
Background color
Panel with #431921 background
background-color: #431921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431921; background: linear-gradient(135deg, #431921, #432D19);