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