#564708
a deep, electric yellow · cool · closest name: olive
RGB
86, 71, 8
HSL
49°, 83%, 18%
CMYK
0, 17, 91, 66
Luminance
0.0650
Every format
| HEX | #564708 |
| RGB | rgb(86, 71, 8) |
| HSL | hsl(49, 83%, 18%) |
| CMYK | cmyk(0%, 17%, 91%, 66%) |
| LAB | lab(30.6 -0.5 36.4) |
| LCH | lch(30.6 36.4 90.8) |
| OKLCH | oklch(0.402 0.078 94.2) |
Copy-ready code
/* CSS */
color: #564708;
background-color: #564708;
/* Tailwind (arbitrary) */
class="text-[#564708] bg-[#564708]"
/* SCSS */
$brand: #564708;
/* SwiftUI */
Color(red: 0.337, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#564708")Accessibility — WCAG contrast
Aa
#564708 on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564708 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow90.7%
Key (black)66.3%
Color previews
#564708 text on a black background
contrast 2.30:1
Card sample
#564708 text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564708;
Background color
Panel with #564708 background
background-color: #564708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564708; background: linear-gradient(135deg, #564708, #315608);