#56590c
a deep, electric yellow · cool · closest name: olive
RGB
86, 89, 12
HSL
62°, 76%, 20%
CMYK
3, 0, 87, 65
Luminance
0.0915
Every format
| HEX | #56590c |
| RGB | rgb(86, 89, 12) |
| HSL | hsl(62, 76%, 20%) |
| CMYK | cmyk(3%, 0%, 87%, 65%) |
| LAB | lab(36.3 -11.1 39.9) |
| LCH | lch(36.3 41.5 105.5) |
| OKLCH | oklch(0.447 0.093 112.0) |
Copy-ready code
/* CSS */
color: #56590c;
background-color: #56590c;
/* Tailwind (arbitrary) */
class="text-[#56590c] bg-[#56590c]"
/* SCSS */
$brand: #56590c;
/* SwiftUI */
Color(red: 0.337, green: 0.349, blue: 0.047)
/* Android */
Color.parseColor("#56590c")Accessibility — WCAG contrast
Aa
#56590c on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#56590c on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green34.9%
Blue4.7%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow86.5%
Key (black)65.1%
Color previews
#56590c text on a black background
contrast 2.83:1
Card sample
#56590c text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56590c;
Background color
Panel with #56590c background
background-color: #56590c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56590c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 89, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 89, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56590c; background: linear-gradient(135deg, #56590c, #23590C);