#5d5021
a deep, vivid yellow · cool · closest name: sienna
RGB
93, 80, 33
HSL
47°, 48%, 25%
CMYK
0, 14, 65, 64
Luminance
0.0817
Every format
| HEX | #5d5021 |
| RGB | rgb(93, 80, 33) |
| HSL | hsl(47, 48%, 25%) |
| CMYK | cmyk(0%, 14%, 65%, 64%) |
| LAB | lab(34.3 -1.1 29.1) |
| LCH | lch(34.3 29.1 92.1) |
| OKLCH | oklch(0.434 0.068 94.0) |
Copy-ready code
/* CSS */
color: #5d5021;
background-color: #5d5021;
/* Tailwind (arbitrary) */
class="text-[#5d5021] bg-[#5d5021]"
/* SCSS */
$brand: #5d5021;
/* SwiftUI */
Color(red: 0.365, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#5d5021")Accessibility — WCAG contrast
Aa
#5d5021 on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d5021 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow64.5%
Key (black)63.5%
Color previews
#5d5021 text on a black background
contrast 2.63:1
Card sample
#5d5021 text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5021;
Background color
Panel with #5d5021 background
background-color: #5d5021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5021; background: linear-gradient(135deg, #5d5021, #425D21);