#525021
a deep, soft yellow · cool · closest name: darkslategray
RGB
82, 80, 33
HSL
58°, 43%, 23%
CMYK
0, 2, 60, 68
Luminance
0.0764
Every format
| HEX | #525021 |
| RGB | rgb(82, 80, 33) |
| HSL | hsl(58, 43%, 23%) |
| CMYK | cmyk(0%, 2%, 60%, 68%) |
| LAB | lab(33.2 -6.4 27.5) |
| LCH | lch(33.2 28.3 103.1) |
| OKLCH | oklch(0.422 0.067 106.7) |
Copy-ready code
/* CSS */
color: #525021;
background-color: #525021;
/* Tailwind (arbitrary) */
class="text-[#525021] bg-[#525021]"
/* SCSS */
$brand: #525021;
/* SwiftUI */
Color(red: 0.322, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#525021")Accessibility — WCAG contrast
Aa
#525021 on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525021 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow59.8%
Key (black)67.8%
Color previews
#525021 text on a black background
contrast 2.53:1
Card sample
#525021 text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525021;
Background color
Panel with #525021 background
background-color: #525021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525021; background: linear-gradient(135deg, #525021, #335221);