#5b5e21
a deep, vivid yellow · cool · closest name: olive
RGB
91, 94, 33
HSL
63°, 48%, 25%
CMYK
3, 0, 65, 63
Luminance
0.1034
Every format
| HEX | #5b5e21 |
| RGB | rgb(91, 94, 33) |
| HSL | hsl(63, 48%, 25%) |
| CMYK | cmyk(3%, 0%, 65%, 63%) |
| LAB | lab(38.5 -10.3 33.6) |
| LCH | lch(38.5 35.1 107.0) |
| OKLCH | oklch(0.466 0.083 111.9) |
Copy-ready code
/* CSS */
color: #5b5e21;
background-color: #5b5e21;
/* Tailwind (arbitrary) */
class="text-[#5b5e21] bg-[#5b5e21]"
/* SCSS */
$brand: #5b5e21;
/* SwiftUI */
Color(red: 0.357, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#5b5e21")Accessibility — WCAG contrast
Aa
#5b5e21 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b5e21 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green36.9%
Blue12.9%
CMYK percentages
Cyan3.2%
Magenta0.0%
Yellow64.9%
Key (black)63.1%
Color previews
#5b5e21 text on a black background
contrast 3.07:1
Card sample
#5b5e21 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b5e21;
Background color
Panel with #5b5e21 background
background-color: #5b5e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b5e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b5e21; background: linear-gradient(135deg, #5b5e21, #325E21);