#554411
a deep, vivid yellow · cool · closest name: sienna
RGB
85, 68, 17
HSL
45°, 67%, 20%
CMYK
0, 20, 80, 67
Luminance
0.0611
Every format
| HEX | #554411 |
| RGB | rgb(85, 68, 17) |
| HSL | hsl(45, 67%, 20%) |
| CMYK | cmyk(0%, 20%, 80%, 67%) |
| LAB | lab(29.7 1.3 31.9) |
| LCH | lch(29.7 31.9 87.8) |
| OKLCH | oklch(0.394 0.071 89.8) |
Copy-ready code
/* CSS */
color: #554411;
background-color: #554411;
/* Tailwind (arbitrary) */
class="text-[#554411] bg-[#554411]"
/* SCSS */
$brand: #554411;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#554411")Accessibility — WCAG contrast
Aa
#554411 on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554411 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow80.0%
Key (black)66.7%
Color previews
#554411 text on a black background
contrast 2.22:1
Card sample
#554411 text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554411;
Background color
Panel with #554411 background
background-color: #554411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554411; background: linear-gradient(135deg, #554411, #395511);