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