#5e570b
a deep, electric yellow · cool · closest name: olive
RGB
94, 87, 11
HSL
55°, 79%, 21%
CMYK
0, 7, 88, 63
Luminance
0.0922
Every format
| HEX | #5e570b |
| RGB | rgb(94, 87, 11) |
| HSL | hsl(55, 79%, 21%) |
| CMYK | cmyk(0%, 7%, 88%, 63%) |
| LAB | lab(36.4 -6.0 40.7) |
| LCH | lch(36.4 41.1 98.4) |
| OKLCH | oklch(0.450 0.090 103.7) |
Copy-ready code
/* CSS */
color: #5e570b;
background-color: #5e570b;
/* Tailwind (arbitrary) */
class="text-[#5e570b] bg-[#5e570b]"
/* SCSS */
$brand: #5e570b;
/* SwiftUI */
Color(red: 0.369, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#5e570b")Accessibility — WCAG contrast
Aa
#5e570b on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e570b on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow88.3%
Key (black)63.1%
Color previews
#5e570b text on a black background
contrast 2.84:1
Card sample
#5e570b text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e570b;
Background color
Panel with #5e570b background
background-color: #5e570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e570b; background: linear-gradient(135deg, #5e570b, #2E5E0B);