#535721
a deep, vivid yellow · cool · closest name: olive
RGB
83, 87, 33
HSL
64°, 45%, 24%
CMYK
5, 0, 62, 66
Luminance
0.0877
Every format
| HEX | #535721 |
| RGB | rgb(83, 87, 33) |
| HSL | hsl(64, 45%, 24%) |
| CMYK | cmyk(5%, 0%, 62%, 66%) |
| LAB | lab(35.5 -10.1 30.2) |
| LCH | lch(35.5 31.8 108.4) |
| OKLCH | oklch(0.441 0.076 113.0) |
Copy-ready code
/* CSS */
color: #535721;
background-color: #535721;
/* Tailwind (arbitrary) */
class="text-[#535721] bg-[#535721]"
/* SCSS */
$brand: #535721;
/* SwiftUI */
Color(red: 0.325, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#535721")Accessibility — WCAG contrast
Aa
#535721 on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535721 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green34.1%
Blue12.9%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow62.1%
Key (black)65.9%
Color previews
#535721 text on a black background
contrast 2.75:1
Card sample
#535721 text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535721;
Background color
Panel with #535721 background
background-color: #535721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535721; background: linear-gradient(135deg, #535721, #2F5721);