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