#5e554d
a dark, muted orange · warm · closest name: darkslategray
RGB
94, 85, 77
HSL
28°, 10%, 34%
CMYK
0, 10, 18, 63
Luminance
0.0941
Every format
| HEX | #5e554d |
| RGB | rgb(94, 85, 77) |
| HSL | hsl(28, 10%, 34%) |
| CMYK | cmyk(0%, 10%, 18%, 63%) |
| LAB | lab(36.8 2.2 6.0) |
| LCH | lch(36.8 6.4 70.2) |
| OKLCH | oklch(0.456 0.017 64.0) |
Copy-ready code
/* CSS */
color: #5e554d;
background-color: #5e554d;
/* Tailwind (arbitrary) */
class="text-[#5e554d] bg-[#5e554d]"
/* SCSS */
$brand: #5e554d;
/* SwiftUI */
Color(red: 0.369, green: 0.333, blue: 0.302)
/* Android */
Color.parseColor("#5e554d")Accessibility — WCAG contrast
Aa
#5e554d on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e554d on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green33.3%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow18.1%
Key (black)63.1%
Color previews
#5e554d text on a black background
contrast 2.88:1
Card sample
#5e554d text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e554d;
Background color
Panel with #5e554d background
background-color: #5e554d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e554d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 85, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 85, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e554d; background: linear-gradient(135deg, #5e554d, #5C5E4D);