#565430
a dark, soft yellow · cool · closest name: darkslategray
RGB
86, 84, 48
HSL
57°, 28%, 26%
CMYK
0, 2, 44, 66
Luminance
0.0853
Every format
| HEX | #565430 |
| RGB | rgb(86, 84, 48) |
| HSL | hsl(57, 28%, 26%) |
| CMYK | cmyk(0%, 2%, 44%, 66%) |
| LAB | lab(35.1 -5.3 21.3) |
| LCH | lch(35.1 21.9 103.9) |
| OKLCH | oklch(0.438 0.054 105.6) |
Copy-ready code
/* CSS */
color: #565430;
background-color: #565430;
/* Tailwind (arbitrary) */
class="text-[#565430] bg-[#565430]"
/* SCSS */
$brand: #565430;
/* SwiftUI */
Color(red: 0.337, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#565430")Accessibility — WCAG contrast
Aa
#565430 on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#565430 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow44.2%
Key (black)66.3%
Color previews
#565430 text on a black background
contrast 2.71:1
Card sample
#565430 text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #565430;
Background color
Panel with #565430 background
background-color: #565430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #565430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #565430; background: linear-gradient(135deg, #565430, #3F5630);