#586607
a deep, electric yellow · cool · closest name: olive
RGB
88, 102, 7
HSL
69°, 87%, 21%
CMYK
14, 0, 93, 60
Luminance
0.1159
Every format
| HEX | #586607 |
| RGB | rgb(88, 102, 7) |
| HSL | hsl(69, 87%, 21%) |
| CMYK | cmyk(14%, 0%, 93%, 60%) |
| LAB | lab(40.6 -17.5 45.0) |
| LCH | lch(40.6 48.3 111.2) |
| OKLCH | oklch(0.482 0.110 118.8) |
Copy-ready code
/* CSS */
color: #586607;
background-color: #586607;
/* Tailwind (arbitrary) */
class="text-[#586607] bg-[#586607]"
/* SCSS */
$brand: #586607;
/* SwiftUI */
Color(red: 0.345, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#586607")Accessibility — WCAG contrast
Aa
#586607 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#586607 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green40.0%
Blue2.7%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#586607 text on a black background
contrast 3.32:1
Card sample
#586607 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #586607;
Background color
Panel with #586607 background
background-color: #586607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #586607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #586607; background: linear-gradient(135deg, #586607, #196607);