#432f14
a deep, vivid orange · warm · closest name: black
RGB
67, 47, 20
HSL
35°, 54%, 17%
CMYK
0, 30, 70, 74
Luminance
0.0328
Every format
| HEX | #432f14 |
| RGB | rgb(67, 47, 20) |
| HSL | hsl(35, 54%, 17%) |
| CMYK | cmyk(0%, 30%, 70%, 74%) |
| LAB | lab(21.1 5.7 20.6) |
| LCH | lch(21.1 21.4 74.6) |
| OKLCH | oklch(0.322 0.050 72.6) |
Copy-ready code
/* CSS */
color: #432f14;
background-color: #432f14;
/* Tailwind (arbitrary) */
class="text-[#432f14] bg-[#432f14]"
/* SCSS */
$brand: #432f14;
/* SwiftUI */
Color(red: 0.263, green: 0.184, blue: 0.078)
/* Android */
Color.parseColor("#432f14")Accessibility — WCAG contrast
Aa
#432f14 on white: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432f14 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green18.4%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow70.1%
Key (black)73.7%
Color previews
#432f14 text on a black background
contrast 1.66:1
Card sample
#432f14 text on a white background
contrast 12.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432f14;
Background color
Panel with #432f14 background
background-color: #432f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 47, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 47, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432f14; background: linear-gradient(135deg, #432f14, #384314);