#555544
a dark, muted yellow · cool · closest name: darkslategray
RGB
85, 85, 68
HSL
60°, 11%, 30%
CMYK
0, 0, 20, 67
Luminance
0.0885
Every format
| HEX | #555544 |
| RGB | rgb(85, 85, 68) |
| HSL | hsl(60, 11%, 30%) |
| CMYK | cmyk(0%, 0%, 20%, 67%) |
| LAB | lab(35.7 -3.3 9.9) |
| LCH | lch(35.7 10.5 108.4) |
| OKLCH | oklch(0.444 0.027 107.4) |
Copy-ready code
/* CSS */
color: #555544;
background-color: #555544;
/* Tailwind (arbitrary) */
class="text-[#555544] bg-[#555544]"
/* SCSS */
$brand: #555544;
/* SwiftUI */
Color(red: 0.333, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#555544")Accessibility — WCAG contrast
Aa
#555544 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#555544 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green33.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.0%
Key (black)66.7%
Color previews
#555544 text on a black background
contrast 2.77:1
Card sample
#555544 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555544;
Background color
Panel with #555544 background
background-color: #555544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555544; background: linear-gradient(135deg, #555544, #4A5544);