#55432f
a dark, soft orange · warm · closest name: darkslategray
RGB
85, 67, 47
HSL
32°, 29%, 26%
CMYK
0, 21, 45, 67
Luminance
0.0615
Every format
| HEX | #55432f |
| RGB | rgb(85, 67, 47) |
| HSL | hsl(32, 29%, 26%) |
| CMYK | cmyk(0%, 21%, 45%, 67%) |
| LAB | lab(29.8 4.6 15.1) |
| LCH | lch(29.8 15.8 73.0) |
| OKLCH | oklch(0.397 0.040 69.2) |
Copy-ready code
/* CSS */
color: #55432f;
background-color: #55432f;
/* Tailwind (arbitrary) */
class="text-[#55432f] bg-[#55432f]"
/* SCSS */
$brand: #55432f;
/* SwiftUI */
Color(red: 0.333, green: 0.263, blue: 0.184)
/* Android */
Color.parseColor("#55432f")Accessibility — WCAG contrast
Aa
#55432f on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55432f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow44.7%
Key (black)66.7%
Color previews
#55432f text on a black background
contrast 2.23:1
Card sample
#55432f text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55432f;
Background color
Panel with #55432f background
background-color: #55432f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55432f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 67, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 67, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55432f; background: linear-gradient(135deg, #55432f, #4E552F);