#5d5607
a deep, electric yellow · cool · closest name: olive
RGB
93, 86, 7
HSL
55°, 86%, 20%
CMYK
0, 8, 93, 64
Luminance
0.0900
Every format
| HEX | #5d5607 |
| RGB | rgb(93, 86, 7) |
| HSL | hsl(55, 86%, 20%) |
| CMYK | cmyk(0%, 8%, 93%, 64%) |
| LAB | lab(36.0 -6.0 41.4) |
| LCH | lch(36.0 41.9 98.3) |
| OKLCH | oklch(0.446 0.091 103.8) |
Copy-ready code
/* CSS */
color: #5d5607;
background-color: #5d5607;
/* Tailwind (arbitrary) */
class="text-[#5d5607] bg-[#5d5607]"
/* SCSS */
$brand: #5d5607;
/* SwiftUI */
Color(red: 0.365, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#5d5607")Accessibility — WCAG contrast
Aa
#5d5607 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d5607 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow92.5%
Key (black)63.5%
Color previews
#5d5607 text on a black background
contrast 2.80:1
Card sample
#5d5607 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5607;
Background color
Panel with #5d5607 background
background-color: #5d5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5607; background: linear-gradient(135deg, #5d5607, #2B5D07);