#554c13
a deep, vivid yellow · cool · closest name: olive
RGB
85, 76, 19
HSL
52°, 64%, 20%
CMYK
0, 11, 78, 67
Luminance
0.0715
Every format
| HEX | #554c13 |
| RGB | rgb(85, 76, 19) |
| HSL | hsl(52, 64%, 20%) |
| CMYK | cmyk(0%, 11%, 78%, 67%) |
| LAB | lab(32.1 -3.6 33.5) |
| LCH | lch(32.1 33.6 96.1) |
| OKLCH | oklch(0.414 0.075 100.1) |
Copy-ready code
/* CSS */
color: #554c13;
background-color: #554c13;
/* Tailwind (arbitrary) */
class="text-[#554c13] bg-[#554c13]"
/* SCSS */
$brand: #554c13;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#554c13")Accessibility — WCAG contrast
Aa
#554c13 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c13 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow77.6%
Key (black)66.7%
Color previews
#554c13 text on a black background
contrast 2.43:1
Card sample
#554c13 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c13;
Background color
Panel with #554c13 background
background-color: #554c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c13; background: linear-gradient(135deg, #554c13, #325513);