#56640c
a deep, electric yellow · cool · closest name: olive
RGB
86, 100, 12
HSL
70°, 79%, 22%
CMYK
14, 0, 88, 61
Luminance
0.1112
Every format
| HEX | #56640c |
| RGB | rgb(86, 100, 12) |
| HSL | hsl(70, 79%, 22%) |
| CMYK | cmyk(14%, 0%, 88%, 61%) |
| LAB | lab(39.8 -17.2 43.0) |
| LCH | lch(39.8 46.3 111.8) |
| OKLCH | oklch(0.475 0.106 119.1) |
Copy-ready code
/* CSS */
color: #56640c;
background-color: #56640c;
/* Tailwind (arbitrary) */
class="text-[#56640c] bg-[#56640c]"
/* SCSS */
$brand: #56640c;
/* SwiftUI */
Color(red: 0.337, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#56640c")Accessibility — WCAG contrast
Aa
#56640c on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#56640c on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green39.2%
Blue4.7%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#56640c text on a black background
contrast 3.22:1
Card sample
#56640c text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56640c;
Background color
Panel with #56640c background
background-color: #56640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56640c; background: linear-gradient(135deg, #56640c, #1B640C);