#554c2f
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 76, 47
HSL
46°, 29%, 26%
CMYK
0, 11, 45, 67
Luminance
0.0731
Every format
| HEX | #554c2f |
| RGB | rgb(85, 76, 47) |
| HSL | hsl(46, 29%, 26%) |
| CMYK | cmyk(0%, 11%, 45%, 67%) |
| LAB | lab(32.5 -1.0 18.6) |
| LCH | lch(32.5 18.6 93.1) |
| OKLCH | oklch(0.418 0.046 92.8) |
Copy-ready code
/* CSS */
color: #554c2f;
background-color: #554c2f;
/* Tailwind (arbitrary) */
class="text-[#554c2f] bg-[#554c2f]"
/* SCSS */
$brand: #554c2f;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#554c2f")Accessibility — WCAG contrast
Aa
#554c2f on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c2f on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow44.7%
Key (black)66.7%
Color previews
#554c2f text on a black background
contrast 2.46:1
Card sample
#554c2f text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c2f;
Background color
Panel with #554c2f background
background-color: #554c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c2f; background: linear-gradient(135deg, #554c2f, #45552F);