#554f2f
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 79, 47
HSL
51°, 29%, 26%
CMYK
0, 7, 45, 67
Luminance
0.0773
Every format
| HEX | #554f2f |
| RGB | rgb(85, 79, 47) |
| HSL | hsl(51, 29%, 26%) |
| CMYK | cmyk(0%, 7%, 45%, 67%) |
| LAB | lab(33.4 -2.8 19.8) |
| LCH | lch(33.4 20.0 98.2) |
| OKLCH | oklch(0.425 0.049 98.9) |
Copy-ready code
/* CSS */
color: #554f2f;
background-color: #554f2f;
/* Tailwind (arbitrary) */
class="text-[#554f2f] bg-[#554f2f]"
/* SCSS */
$brand: #554f2f;
/* SwiftUI */
Color(red: 0.333, green: 0.310, blue: 0.184)
/* Android */
Color.parseColor("#554f2f")Accessibility — WCAG contrast
Aa
#554f2f on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554f2f on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green31.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow44.7%
Key (black)66.7%
Color previews
#554f2f text on a black background
contrast 2.55:1
Card sample
#554f2f text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554f2f;
Background color
Panel with #554f2f background
background-color: #554f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 79, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 79, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554f2f; background: linear-gradient(135deg, #554f2f, #42552F);