#554f44
a dark, muted orange · warm · closest name: darkslategray
RGB
85, 79, 68
HSL
39°, 11%, 30%
CMYK
0, 7, 20, 67
Luminance
0.0794
Every format
| HEX | #554f44 |
| RGB | rgb(85, 79, 68) |
| HSL | hsl(39, 11%, 30%) |
| CMYK | cmyk(0%, 7%, 20%, 67%) |
| LAB | lab(33.9 0.4 7.4) |
| LCH | lch(33.9 7.4 87.2) |
| OKLCH | oklch(0.430 0.019 82.7) |
Copy-ready code
/* CSS */
color: #554f44;
background-color: #554f44;
/* Tailwind (arbitrary) */
class="text-[#554f44] bg-[#554f44]"
/* SCSS */
$brand: #554f44;
/* SwiftUI */
Color(red: 0.333, green: 0.310, blue: 0.267)
/* Android */
Color.parseColor("#554f44")Accessibility — WCAG contrast
Aa
#554f44 on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554f44 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green31.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow20.0%
Key (black)66.7%
Color previews
#554f44 text on a black background
contrast 2.59:1
Card sample
#554f44 text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554f44;
Background color
Panel with #554f44 background
background-color: #554f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 79, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 79, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554f44; background: linear-gradient(135deg, #554f44, #505544);