#524521
a deep, soft yellow · warm · closest name: darkslategray
RGB
82, 69, 33
HSL
44°, 43%, 23%
CMYK
0, 16, 60, 68
Luminance
0.0616
Every format
| HEX | #524521 |
| RGB | rgb(82, 69, 33) |
| HSL | hsl(44, 43%, 23%) |
| CMYK | cmyk(0%, 16%, 60%, 68%) |
| LAB | lab(29.8 0.3 23.6) |
| LCH | lch(29.8 23.6 89.2) |
| OKLCH | oklch(0.395 0.056 89.9) |
Copy-ready code
/* CSS */
color: #524521;
background-color: #524521;
/* Tailwind (arbitrary) */
class="text-[#524521] bg-[#524521]"
/* SCSS */
$brand: #524521;
/* SwiftUI */
Color(red: 0.322, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#524521")Accessibility — WCAG contrast
Aa
#524521 on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524521 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow59.8%
Key (black)67.8%
Color previews
#524521 text on a black background
contrast 2.23:1
Card sample
#524521 text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524521;
Background color
Panel with #524521 background
background-color: #524521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524521; background: linear-gradient(135deg, #524521, #3E5221);