#585800
a deep, electric yellow · cool · closest name: olive
RGB
88, 88, 0
HSL
60°, 100%, 17%
CMYK
0, 0, 100, 66
Luminance
0.0905
Every format
| HEX | #585800 |
| RGB | rgb(88, 88, 0) |
| HSL | hsl(60, 100%, 17%) |
| CMYK | cmyk(0%, 0%, 100%, 66%) |
| LAB | lab(36.1 -9.9 43.5) |
| LCH | lch(36.1 44.6 102.8) |
| OKLCH | oklch(0.446 0.097 109.8) |
Copy-ready code
/* CSS */
color: #585800;
background-color: #585800;
/* Tailwind (arbitrary) */
class="text-[#585800] bg-[#585800]"
/* SCSS */
$brand: #585800;
/* SwiftUI */
Color(red: 0.345, green: 0.345, blue: 0.000)
/* Android */
Color.parseColor("#585800")Accessibility — WCAG contrast
Aa
#585800 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#585800 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green34.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)65.5%
Color previews
#585800 text on a black background
contrast 2.81:1
Card sample
#585800 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #585800;
Background color
Panel with #585800 background
background-color: #585800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #585800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 88, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 88, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #585800; background: linear-gradient(135deg, #585800, #1D5800);