#5d5521
a deep, vivid yellow · cool · closest name: olive
RGB
93, 85, 33
HSL
52°, 48%, 25%
CMYK
0, 9, 65, 64
Luminance
0.0893
Every format
| HEX | #5d5521 |
| RGB | rgb(93, 85, 33) |
| HSL | hsl(52, 48%, 25%) |
| CMYK | cmyk(0%, 9%, 65%, 64%) |
| LAB | lab(35.9 -4.1 30.8) |
| LCH | lch(35.9 31.1 97.5) |
| OKLCH | oklch(0.446 0.072 100.6) |
Copy-ready code
/* CSS */
color: #5d5521;
background-color: #5d5521;
/* Tailwind (arbitrary) */
class="text-[#5d5521] bg-[#5d5521]"
/* SCSS */
$brand: #5d5521;
/* SwiftUI */
Color(red: 0.365, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#5d5521")Accessibility — WCAG contrast
Aa
#5d5521 on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d5521 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow64.5%
Key (black)63.5%
Color previews
#5d5521 text on a black background
contrast 2.79:1
Card sample
#5d5521 text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5521;
Background color
Panel with #5d5521 background
background-color: #5d5521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5521; background: linear-gradient(135deg, #5d5521, #3D5D21);