#52522f
a dark, soft yellow · cool · closest name: darkslategray
RGB
82, 82, 47
HSL
60°, 27%, 25%
CMYK
0, 0, 43, 68
Luminance
0.0803
Every format
| HEX | #52522f |
| RGB | rgb(82, 82, 47) |
| HSL | hsl(60, 27%, 25%) |
| CMYK | cmyk(0%, 0%, 43%, 68%) |
| LAB | lab(34.0 -6.1 20.5) |
| LCH | lch(34.0 21.4 106.4) |
| OKLCH | oklch(0.429 0.053 108.4) |
Copy-ready code
/* CSS */
color: #52522f;
background-color: #52522f;
/* Tailwind (arbitrary) */
class="text-[#52522f] bg-[#52522f]"
/* SCSS */
$brand: #52522f;
/* SwiftUI */
Color(red: 0.322, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#52522f")Accessibility — WCAG contrast
Aa
#52522f on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52522f on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green32.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow42.7%
Key (black)67.8%
Color previews
#52522f text on a black background
contrast 2.61:1
Card sample
#52522f text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52522f;
Background color
Panel with #52522f background
background-color: #52522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52522f; background: linear-gradient(135deg, #52522f, #3B522F);