#554c22
a deep, soft yellow · cool · closest name: darkslategray
RGB
85, 76, 34
HSL
49°, 43%, 23%
CMYK
0, 11, 60, 67
Luminance
0.0722
Every format
| HEX | #554c22 |
| RGB | rgb(85, 76, 34) |
| HSL | hsl(49, 43%, 23%) |
| CMYK | cmyk(0%, 11%, 60%, 67%) |
| LAB | lab(32.3 -2.4 26.0) |
| LCH | lch(32.3 26.1 95.4) |
| OKLCH | oklch(0.415 0.061 97.4) |
Copy-ready code
/* CSS */
color: #554c22;
background-color: #554c22;
/* Tailwind (arbitrary) */
class="text-[#554c22] bg-[#554c22]"
/* SCSS */
$brand: #554c22;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.133)
/* Android */
Color.parseColor("#554c22")Accessibility — WCAG contrast
Aa
#554c22 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c22 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow60.0%
Key (black)66.7%
Color previews
#554c22 text on a black background
contrast 2.44:1
Card sample
#554c22 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c22;
Background color
Panel with #554c22 background
background-color: #554c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c22; background: linear-gradient(135deg, #554c22, #3C5522);