#432621
a deep, soft red · warm · closest name: black
RGB
67, 38, 33
HSL
9°, 34%, 20%
CMYK
0, 43, 51, 74
Luminance
0.0269
Every format
| HEX | #432621 |
| RGB | rgb(67, 38, 33) |
| HSL | hsl(9, 34%, 20%) |
| CMYK | cmyk(0%, 43%, 51%, 74%) |
| LAB | lab(18.8 13.0 9.1) |
| LCH | lch(18.8 15.9 35.0) |
| OKLCH | oklch(0.304 0.045 30.5) |
Copy-ready code
/* CSS */
color: #432621;
background-color: #432621;
/* Tailwind (arbitrary) */
class="text-[#432621] bg-[#432621]"
/* SCSS */
$brand: #432621;
/* SwiftUI */
Color(red: 0.263, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#432621")Accessibility — WCAG contrast
Aa
#432621 on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432621 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow50.7%
Key (black)73.7%
Color previews
#432621 text on a black background
contrast 1.54:1
Card sample
#432621 text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432621;
Background color
Panel with #432621 background
background-color: #432621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432621; background: linear-gradient(135deg, #432621, #433D21);