#564c13
a deep, vivid yellow · cool · closest name: olive
RGB
86, 76, 19
HSL
51°, 64%, 21%
CMYK
0, 12, 78, 66
Luminance
0.0719
Every format
| HEX | #564c13 |
| RGB | rgb(86, 76, 19) |
| HSL | hsl(51, 64%, 21%) |
| CMYK | cmyk(0%, 12%, 78%, 66%) |
| LAB | lab(32.3 -3.1 33.6) |
| LCH | lch(32.3 33.7 95.2) |
| OKLCH | oklch(0.415 0.075 99.0) |
Copy-ready code
/* CSS */
color: #564c13;
background-color: #564c13;
/* Tailwind (arbitrary) */
class="text-[#564c13] bg-[#564c13]"
/* SCSS */
$brand: #564c13;
/* SwiftUI */
Color(red: 0.337, green: 0.298, blue: 0.075)
/* Android */
Color.parseColor("#564c13")Accessibility — WCAG contrast
Aa
#564c13 on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564c13 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green29.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow77.9%
Key (black)66.3%
Color previews
#564c13 text on a black background
contrast 2.44:1
Card sample
#564c13 text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564c13;
Background color
Panel with #564c13 background
background-color: #564c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 76, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 76, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564c13; background: linear-gradient(135deg, #564c13, #335613);