#5d5214
a deep, vivid yellow · cool · closest name: olive
RGB
93, 82, 20
HSL
51°, 65%, 22%
CMYK
0, 12, 79, 64
Luminance
0.0841
Every format
| HEX | #5d5214 |
| RGB | rgb(93, 82, 20) |
| HSL | hsl(51, 65%, 22%) |
| CMYK | cmyk(0%, 12%, 79%, 64%) |
| LAB | lab(34.8 -3.1 35.9) |
| LCH | lch(34.8 36.1 95.0) |
| OKLCH | oklch(0.437 0.080 98.8) |
Copy-ready code
/* CSS */
color: #5d5214;
background-color: #5d5214;
/* Tailwind (arbitrary) */
class="text-[#5d5214] bg-[#5d5214]"
/* SCSS */
$brand: #5d5214;
/* SwiftUI */
Color(red: 0.365, green: 0.322, blue: 0.078)
/* Android */
Color.parseColor("#5d5214")Accessibility — WCAG contrast
Aa
#5d5214 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d5214 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green32.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow78.5%
Key (black)63.5%
Color previews
#5d5214 text on a black background
contrast 2.68:1
Card sample
#5d5214 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5214;
Background color
Panel with #5d5214 background
background-color: #5d5214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 82, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 82, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5214; background: linear-gradient(135deg, #5d5214, #375D14);