#5d6611
a deep, vivid yellow · cool · closest name: olive
RGB
93, 102, 17
HSL
66°, 71%, 23%
CMYK
9, 0, 83, 60
Luminance
0.1187
Every format
| HEX | #5d6611 |
| RGB | rgb(93, 102, 17) |
| HSL | hsl(66, 71%, 23%) |
| CMYK | cmyk(9%, 0%, 83%, 60%) |
| LAB | lab(41.0 -14.8 42.8) |
| LCH | lch(41.0 45.3 109.1) |
| OKLCH | oklch(0.486 0.104 115.8) |
Copy-ready code
/* CSS */
color: #5d6611;
background-color: #5d6611;
/* Tailwind (arbitrary) */
class="text-[#5d6611] bg-[#5d6611]"
/* SCSS */
$brand: #5d6611;
/* SwiftUI */
Color(red: 0.365, green: 0.400, blue: 0.067)
/* Android */
Color.parseColor("#5d6611")Accessibility — WCAG contrast
Aa
#5d6611 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d6611 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green40.0%
Blue6.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow83.3%
Key (black)60.0%
Color previews
#5d6611 text on a black background
contrast 3.37:1
Card sample
#5d6611 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d6611;
Background color
Panel with #5d6611 background
background-color: #5d6611;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d6611;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 102, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 102, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d6611; background: linear-gradient(135deg, #5d6611, #246611);