#55552b
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 85, 43
HSL
60°, 33%, 25%
CMYK
0, 0, 49, 67
Luminance
0.0860
Every format
| HEX | #55552b |
| RGB | rgb(85, 85, 43) |
| HSL | hsl(60, 33%, 25%) |
| CMYK | cmyk(0%, 0%, 49%, 67%) |
| LAB | lab(35.2 -6.9 24.4) |
| LCH | lch(35.2 25.3 105.9) |
| OKLCH | oklch(0.439 0.061 108.7) |
Copy-ready code
/* CSS */
color: #55552b;
background-color: #55552b;
/* Tailwind (arbitrary) */
class="text-[#55552b] bg-[#55552b]"
/* SCSS */
$brand: #55552b;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#55552b")Accessibility — WCAG contrast
Aa
#55552b on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55552b on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#55552b text on a black background
contrast 2.72:1
Card sample
#55552b text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55552b;
Background color
Panel with #55552b background
background-color: #55552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55552b; background: linear-gradient(135deg, #55552b, #39552B);