#564607
a deep, electric yellow · cool · closest name: sienna
RGB
86, 70, 7
HSL
48°, 85%, 18%
CMYK
0, 19, 92, 66
Luminance
0.0637
Every format
| HEX | #564607 |
| RGB | rgb(86, 70, 7) |
| HSL | hsl(48, 85%, 18%) |
| CMYK | cmyk(0%, 19%, 92%, 66%) |
| LAB | lab(30.3 0.1 36.5) |
| LCH | lch(30.3 36.5 89.9) |
| OKLCH | oklch(0.400 0.078 93.1) |
Copy-ready code
/* CSS */
color: #564607;
background-color: #564607;
/* Tailwind (arbitrary) */
class="text-[#564607] bg-[#564607]"
/* SCSS */
$brand: #564607;
/* SwiftUI */
Color(red: 0.337, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#564607")Accessibility — WCAG contrast
Aa
#564607 on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564607 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow91.9%
Key (black)66.3%
Color previews
#564607 text on a black background
contrast 2.27:1
Card sample
#564607 text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564607;
Background color
Panel with #564607 background
background-color: #564607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564607; background: linear-gradient(135deg, #564607, #315607);