#554c00
a deep, electric yellow · cool · closest name: olive
RGB
85, 76, 0
HSL
54°, 100%, 17%
CMYK
0, 11, 100, 67
Luminance
0.0710
Every format
| HEX | #554c00 |
| RGB | rgb(85, 76, 0) |
| HSL | hsl(54, 100%, 17%) |
| CMYK | cmyk(0%, 11%, 100%, 67%) |
| LAB | lab(32.0 -4.4 40.4) |
| LCH | lch(32.0 40.6 96.2) |
| OKLCH | oklch(0.413 0.086 101.6) |
Copy-ready code
/* CSS */
color: #554c00;
background-color: #554c00;
/* Tailwind (arbitrary) */
class="text-[#554c00] bg-[#554c00]"
/* SCSS */
$brand: #554c00;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.000)
/* Android */
Color.parseColor("#554c00")Accessibility — WCAG contrast
Aa
#554c00 on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554c00 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow100.0%
Key (black)66.7%
Color previews
#554c00 text on a black background
contrast 2.42:1
Card sample
#554c00 text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554c00;
Background color
Panel with #554c00 background
background-color: #554c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554c00; background: linear-gradient(135deg, #554c00, #255500);