#54540c
a deep, electric yellow · cool · closest name: olive
RGB
84, 84, 12
HSL
60°, 75%, 19%
CMYK
0, 0, 86, 67
Luminance
0.0825
Every format
| HEX | #54540c |
| RGB | rgb(84, 84, 12) |
| HSL | hsl(60, 75%, 19%) |
| CMYK | cmyk(0%, 0%, 86%, 67%) |
| LAB | lab(34.5 -9.2 38.3) |
| LCH | lch(34.5 39.4 103.5) |
| OKLCH | oklch(0.432 0.088 109.6) |
Copy-ready code
/* CSS */
color: #54540c;
background-color: #54540c;
/* Tailwind (arbitrary) */
class="text-[#54540c] bg-[#54540c]"
/* SCSS */
$brand: #54540c;
/* SwiftUI */
Color(red: 0.329, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#54540c")Accessibility — WCAG contrast
Aa
#54540c on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54540c on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green32.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.7%
Key (black)67.1%
Color previews
#54540c text on a black background
contrast 2.65:1
Card sample
#54540c text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54540c;
Background color
Panel with #54540c background
background-color: #54540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54540c; background: linear-gradient(135deg, #54540c, #24540C);