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