#432d21
a deep, soft orange · warm · closest name: black
RGB
67, 45, 33
HSL
21°, 34%, 20%
CMYK
0, 33, 51, 74
Luminance
0.0318
Every format
| HEX | #432d21 |
| RGB | rgb(67, 45, 33) |
| HSL | hsl(21, 34%, 20%) |
| CMYK | cmyk(0%, 33%, 51%, 74%) |
| LAB | lab(20.8 8.4 11.8) |
| LCH | lch(20.8 14.5 54.6) |
| OKLCH | oklch(0.320 0.038 49.5) |
Copy-ready code
/* CSS */
color: #432d21;
background-color: #432d21;
/* Tailwind (arbitrary) */
class="text-[#432d21] bg-[#432d21]"
/* SCSS */
$brand: #432d21;
/* SwiftUI */
Color(red: 0.263, green: 0.176, blue: 0.129)
/* Android */
Color.parseColor("#432d21")Accessibility — WCAG contrast
Aa
#432d21 on white: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432d21 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green17.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow50.7%
Key (black)73.7%
Color previews
#432d21 text on a black background
contrast 1.64:1
Card sample
#432d21 text on a white background
contrast 12.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432d21;
Background color
Panel with #432d21 background
background-color: #432d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 45, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 45, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432d21; background: linear-gradient(135deg, #432d21, #424321);