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