#554608
a deep, electric yellow · cool · closest name: olive
RGB
85, 70, 8
HSL
48°, 83%, 18%
CMYK
0, 18, 91, 67
Luminance
0.0633
Every format
| HEX | #554608 |
| RGB | rgb(85, 70, 8) |
| HSL | hsl(48, 83%, 18%) |
| CMYK | cmyk(0%, 18%, 91%, 67%) |
| LAB | lab(30.2 -0.4 36.0) |
| LCH | lch(30.2 36.0 90.6) |
| OKLCH | oklch(0.398 0.077 94.0) |
Copy-ready code
/* CSS */
color: #554608;
background-color: #554608;
/* Tailwind (arbitrary) */
class="text-[#554608] bg-[#554608]"
/* SCSS */
$brand: #554608;
/* SwiftUI */
Color(red: 0.333, green: 0.275, blue: 0.031)
/* Android */
Color.parseColor("#554608")Accessibility — WCAG contrast
Aa
#554608 on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554608 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green27.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow90.6%
Key (black)66.7%
Color previews
#554608 text on a black background
contrast 2.27:1
Card sample
#554608 text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554608;
Background color
Panel with #554608 background
background-color: #554608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 70, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 70, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554608; background: linear-gradient(135deg, #554608, #315508);