#432921
a deep, soft red · warm · closest name: black
RGB
67, 41, 33
HSL
14°, 34%, 20%
CMYK
0, 39, 51, 74
Luminance
0.0289
Every format
| HEX | #432921 |
| RGB | rgb(67, 41, 33) |
| HSL | hsl(14, 34%, 20%) |
| CMYK | cmyk(0%, 39%, 51%, 74%) |
| LAB | lab(19.6 11.0 10.3) |
| LCH | lch(19.6 15.1 42.9) |
| OKLCH | oklch(0.311 0.042 37.8) |
Copy-ready code
/* CSS */
color: #432921;
background-color: #432921;
/* Tailwind (arbitrary) */
class="text-[#432921] bg-[#432921]"
/* SCSS */
$brand: #432921;
/* SwiftUI */
Color(red: 0.263, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#432921")Accessibility — WCAG contrast
Aa
#432921 on white: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432921 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow50.7%
Key (black)73.7%
Color previews
#432921 text on a black background
contrast 1.58:1
Card sample
#432921 text on a white background
contrast 13.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432921;
Background color
Panel with #432921 background
background-color: #432921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432921; background: linear-gradient(135deg, #432921, #434021);