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