#432913
a deep, vivid orange · warm · closest name: black
RGB
67, 41, 19
HSL
28°, 56%, 17%
CMYK
0, 39, 72, 74
Luminance
0.0283
Every format
| HEX | #432913 |
| RGB | rgb(67, 41, 19) |
| HSL | hsl(28, 56%, 17%) |
| CMYK | cmyk(0%, 39%, 72%, 74%) |
| LAB | lab(19.3 9.6 19.2) |
| LCH | lch(19.3 21.4 63.5) |
| OKLCH | oklch(0.308 0.052 59.3) |
Copy-ready code
/* CSS */
color: #432913;
background-color: #432913;
/* Tailwind (arbitrary) */
class="text-[#432913] bg-[#432913]"
/* SCSS */
$brand: #432913;
/* SwiftUI */
Color(red: 0.263, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#432913")Accessibility — WCAG contrast
Aa
#432913 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#432913 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow71.6%
Key (black)73.7%
Color previews
#432913 text on a black background
contrast 1.57:1
Card sample
#432913 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #432913;
Background color
Panel with #432913 background
background-color: #432913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #432913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #432913; background: linear-gradient(135deg, #432913, #3D4313);