#545310
a deep, vivid yellow · cool · closest name: olive
RGB
84, 83, 16
HSL
59°, 68%, 20%
CMYK
0, 1, 81, 67
Luminance
0.0811
Every format
| HEX | #545310 |
| RGB | rgb(84, 83, 16) |
| HSL | hsl(59, 68%, 20%) |
| CMYK | cmyk(0%, 1%, 81%, 67%) |
| LAB | lab(34.2 -8.4 36.6) |
| LCH | lch(34.2 37.6 102.9) |
| OKLCH | oklch(0.430 0.085 108.6) |
Copy-ready code
/* CSS */
color: #545310;
background-color: #545310;
/* Tailwind (arbitrary) */
class="text-[#545310] bg-[#545310]"
/* SCSS */
$brand: #545310;
/* SwiftUI */
Color(red: 0.329, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#545310")Accessibility — WCAG contrast
Aa
#545310 on white: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#545310 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow81.0%
Key (black)67.1%
Color previews
#545310 text on a black background
contrast 2.62:1
Card sample
#545310 text on a white background
contrast 8.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545310;
Background color
Panel with #545310 background
background-color: #545310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545310; background: linear-gradient(135deg, #545310, #285410);