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