#554400
a deep, electric yellow · cool · closest name: olive
RGB
85, 68, 0
HSL
48°, 100%, 17%
CMYK
0, 20, 100, 67
Luminance
0.0607
Every format
| HEX | #554400 |
| RGB | rgb(85, 68, 0) |
| HSL | hsl(48, 100%, 17%) |
| CMYK | cmyk(0%, 20%, 100%, 67%) |
| LAB | lab(29.6 0.6 38.6) |
| LCH | lch(29.6 38.6 89.2) |
| OKLCH | oklch(0.393 0.081 92.6) |
Copy-ready code
/* CSS */
color: #554400;
background-color: #554400;
/* Tailwind (arbitrary) */
class="text-[#554400] bg-[#554400]"
/* SCSS */
$brand: #554400;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#554400")Accessibility — WCAG contrast
Aa
#554400 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554400 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow100.0%
Key (black)66.7%
Color previews
#554400 text on a black background
contrast 2.21:1
Card sample
#554400 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554400;
Background color
Panel with #554400 background
background-color: #554400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554400; background: linear-gradient(135deg, #554400, #2D5500);