#565621
a deep, soft yellow · cool · closest name: olive
RGB
86, 86, 33
HSL
60°, 45%, 23%
CMYK
0, 0, 62, 66
Luminance
0.0874
Every format
| HEX | #565621 |
| RGB | rgb(86, 86, 33) |
| HSL | hsl(60, 45%, 23%) |
| CMYK | cmyk(0%, 0%, 62%, 66%) |
| LAB | lab(35.5 -8.0 30.2) |
| LCH | lch(35.5 31.3 104.9) |
| OKLCH | oklch(0.441 0.074 109.1) |
Copy-ready code
/* CSS */
color: #565621;
background-color: #565621;
/* Tailwind (arbitrary) */
class="text-[#565621] bg-[#565621]"
/* SCSS */
$brand: #565621;
/* SwiftUI */
Color(red: 0.337, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#565621")Accessibility — WCAG contrast
Aa
#565621 on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#565621 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#565621 text on a black background
contrast 2.75:1
Card sample
#565621 text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565621;
Background color
Panel with #565621 background
background-color: #565621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565621; background: linear-gradient(135deg, #565621, #335621);