#586611
a deep, vivid yellow · cool · closest name: olive
RGB
88, 102, 17
HSL
70°, 71%, 23%
CMYK
14, 0, 83, 60
Luminance
0.1162
Every format
| HEX | #586611 |
| RGB | rgb(88, 102, 17) |
| HSL | hsl(70, 71%, 23%) |
| CMYK | cmyk(14%, 0%, 83%, 60%) |
| LAB | lab(40.6 -17.1 42.3) |
| LCH | lch(40.6 45.6 112.1) |
| OKLCH | oklch(0.482 0.106 119.1) |
Copy-ready code
/* CSS */
color: #586611;
background-color: #586611;
/* Tailwind (arbitrary) */
class="text-[#586611] bg-[#586611]"
/* SCSS */
$brand: #586611;
/* SwiftUI */
Color(red: 0.345, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#586611")Accessibility — WCAG contrast
Aa
#586611 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586611 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green40.0%
Blue6.7%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#586611 text on a black background
contrast 3.32:1
Card sample
#586611 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586611;
Background color
Panel with #586611 background
background-color: #586611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586611; background: linear-gradient(135deg, #586611, #1F6611);