#554a21
a deep, soft yellow · cool · closest name: darkslategray
RGB
85, 74, 33
HSL
47°, 44%, 23%
CMYK
0, 13, 61, 67
Luminance
0.0694
Every format
| HEX | #554a21 |
| RGB | rgb(85, 74, 33) |
| HSL | hsl(47, 44%, 23%) |
| CMYK | cmyk(0%, 13%, 61%, 67%) |
| LAB | lab(31.7 -1.3 25.8) |
| LCH | lch(31.7 25.9 92.9) |
| OKLCH | oklch(0.410 0.061 94.6) |
Copy-ready code
/* CSS */
color: #554a21;
background-color: #554a21;
/* Tailwind (arbitrary) */
class="text-[#554a21] bg-[#554a21]"
/* SCSS */
$brand: #554a21;
/* SwiftUI */
Color(red: 0.333, green: 0.290, blue: 0.129)
/* Android */
Color.parseColor("#554a21")Accessibility — WCAG contrast
Aa
#554a21 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554a21 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow61.2%
Key (black)66.7%
Color previews
#554a21 text on a black background
contrast 2.39:1
Card sample
#554a21 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554a21;
Background color
Panel with #554a21 background
background-color: #554a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 74, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 74, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554a21; background: linear-gradient(135deg, #554a21, #3D5521);