#535621
a deep, soft yellow · cool · closest name: olive
RGB
83, 86, 33
HSL
63°, 45%, 23%
CMYK
4, 0, 62, 66
Luminance
0.0860
Every format
| HEX | #535621 |
| RGB | rgb(83, 86, 33) |
| HSL | hsl(63, 45%, 23%) |
| CMYK | cmyk(4%, 0%, 62%, 66%) |
| LAB | lab(35.2 -9.5 29.8) |
| LCH | lch(35.2 31.3 107.6) |
| OKLCH | oklch(0.438 0.074 112.1) |
Copy-ready code
/* CSS */
color: #535621;
background-color: #535621;
/* Tailwind (arbitrary) */
class="text-[#535621] bg-[#535621]"
/* SCSS */
$brand: #535621;
/* SwiftUI */
Color(red: 0.325, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#535621")Accessibility — WCAG contrast
Aa
#535621 on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535621 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green33.7%
Blue12.9%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#535621 text on a black background
contrast 2.72:1
Card sample
#535621 text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535621;
Background color
Panel with #535621 background
background-color: #535621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535621; background: linear-gradient(135deg, #535621, #305621);