#5d5708
a deep, electric yellow · cool · closest name: olive
RGB
93, 87, 8
HSL
56°, 84%, 20%
CMYK
0, 7, 91, 64
Luminance
0.0916
Every format
| HEX | #5d5708 |
| RGB | rgb(93, 87, 8) |
| HSL | hsl(56, 84%, 20%) |
| CMYK | cmyk(0%, 7%, 91%, 64%) |
| LAB | lab(36.3 -6.6 41.4) |
| LCH | lch(36.3 41.9 99.0) |
| OKLCH | oklch(0.449 0.091 104.7) |
Copy-ready code
/* CSS */
color: #5d5708;
background-color: #5d5708;
/* Tailwind (arbitrary) */
class="text-[#5d5708] bg-[#5d5708]"
/* SCSS */
$brand: #5d5708;
/* SwiftUI */
Color(red: 0.365, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#5d5708")Accessibility — WCAG contrast
Aa
#5d5708 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d5708 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow91.4%
Key (black)63.5%
Color previews
#5d5708 text on a black background
contrast 2.83:1
Card sample
#5d5708 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5708;
Background color
Panel with #5d5708 background
background-color: #5d5708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5708; background: linear-gradient(135deg, #5d5708, #2A5D08);