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