#554c3f
a dark, muted orange · warm · closest name: darkslategray
RGB
85, 76, 63
HSL
36°, 15%, 29%
CMYK
0, 11, 26, 67
Luminance
0.0746
Every format
| HEX | #554c3f |
| RGB | rgb(85, 76, 63) |
| HSL | hsl(36, 15%, 29%) |
| CMYK | cmyk(0%, 11%, 26%, 67%) |
| LAB | lab(32.8 1.4 9.1) |
| LCH | lch(32.8 9.2 81.5) |
| OKLCH | oklch(0.421 0.024 77.0) |
Copy-ready code
/* CSS */
color: #554c3f;
background-color: #554c3f;
/* Tailwind (arbitrary) */
class="text-[#554c3f] bg-[#554c3f]"
/* SCSS */
$brand: #554c3f;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.247)
/* Android */
Color.parseColor("#554c3f")Accessibility — WCAG contrast
Aa
#554c3f on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c3f on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow25.9%
Key (black)66.7%
Color previews
#554c3f text on a black background
contrast 2.49:1
Card sample
#554c3f text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c3f;
Background color
Panel with #554c3f background
background-color: #554c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c3f; background: linear-gradient(135deg, #554c3f, #4F553F);