#566310
a deep, vivid yellow · cool · closest name: olive
RGB
86, 99, 16
HSL
69°, 72%, 23%
CMYK
13, 0, 84, 61
Luminance
0.1094
Every format
| HEX | #566310 |
| RGB | rgb(86, 99, 16) |
| HSL | hsl(69, 72%, 23%) |
| CMYK | cmyk(13%, 0%, 84%, 61%) |
| LAB | lab(39.5 -16.5 41.5) |
| LCH | lch(39.5 44.7 111.6) |
| OKLCH | oklch(0.473 0.103 118.6) |
Copy-ready code
/* CSS */
color: #566310;
background-color: #566310;
/* Tailwind (arbitrary) */
class="text-[#566310] bg-[#566310]"
/* SCSS */
$brand: #566310;
/* SwiftUI */
Color(red: 0.337, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#566310")Accessibility — WCAG contrast
Aa
#566310 on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#566310 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green38.8%
Blue6.3%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#566310 text on a black background
contrast 3.19:1
Card sample
#566310 text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #566310;
Background color
Panel with #566310 background
background-color: #566310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #566310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #566310; background: linear-gradient(135deg, #566310, #1F6310);