#554617
a deep, vivid yellow · cool · closest name: sienna
RGB
85, 70, 23
HSL
46°, 57%, 21%
CMYK
0, 18, 73, 67
Luminance
0.0637
Every format
| HEX | #554617 |
| RGB | rgb(85, 70, 23) |
| HSL | hsl(46, 57%, 21%) |
| CMYK | cmyk(0%, 18%, 73%, 67%) |
| LAB | lab(30.3 0.4 29.7) |
| LCH | lch(30.3 29.7 89.3) |
| OKLCH | oklch(0.400 0.067 91.2) |
Copy-ready code
/* CSS */
color: #554617;
background-color: #554617;
/* Tailwind (arbitrary) */
class="text-[#554617] bg-[#554617]"
/* SCSS */
$brand: #554617;
/* SwiftUI */
Color(red: 0.333, green: 0.275, blue: 0.090)
/* Android */
Color.parseColor("#554617")Accessibility — WCAG contrast
Aa
#554617 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554617 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green27.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow72.9%
Key (black)66.7%
Color previews
#554617 text on a black background
contrast 2.27:1
Card sample
#554617 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554617;
Background color
Panel with #554617 background
background-color: #554617;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554617;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 70, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 70, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554617; background: linear-gradient(135deg, #554617, #3B5517);