#554713
a deep, vivid yellow · cool · closest name: sienna
RGB
85, 71, 19
HSL
47°, 64%, 20%
CMYK
0, 17, 78, 67
Luminance
0.0648
Every format
| HEX | #554713 |
| RGB | rgb(85, 71, 19) |
| HSL | hsl(47, 64%, 20%) |
| CMYK | cmyk(0%, 17%, 78%, 67%) |
| LAB | lab(30.6 -0.5 31.9) |
| LCH | lch(30.6 31.9 90.9) |
| OKLCH | oklch(0.402 0.071 93.6) |
Copy-ready code
/* CSS */
color: #554713;
background-color: #554713;
/* Tailwind (arbitrary) */
class="text-[#554713] bg-[#554713]"
/* SCSS */
$brand: #554713;
/* SwiftUI */
Color(red: 0.333, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#554713")Accessibility — WCAG contrast
Aa
#554713 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554713 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow77.6%
Key (black)66.7%
Color previews
#554713 text on a black background
contrast 2.30:1
Card sample
#554713 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554713;
Background color
Panel with #554713 background
background-color: #554713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554713; background: linear-gradient(135deg, #554713, #375513);