#524821
a deep, soft yellow · cool · closest name: darkslategray
RGB
82, 72, 33
HSL
48°, 43%, 23%
CMYK
0, 12, 60, 68
Luminance
0.0654
Every format
| HEX | #524821 |
| RGB | rgb(82, 72, 33) |
| HSL | hsl(48, 43%, 23%) |
| CMYK | cmyk(0%, 12%, 60%, 68%) |
| LAB | lab(30.7 -1.6 24.6) |
| LCH | lch(30.7 24.7 93.6) |
| OKLCH | oklch(0.402 0.058 95.2) |
Copy-ready code
/* CSS */
color: #524821;
background-color: #524821;
/* Tailwind (arbitrary) */
class="text-[#524821] bg-[#524821]"
/* SCSS */
$brand: #524821;
/* SwiftUI */
Color(red: 0.322, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#524821")Accessibility — WCAG contrast
Aa
#524821 on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524821 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow59.8%
Key (black)67.8%
Color previews
#524821 text on a black background
contrast 2.31:1
Card sample
#524821 text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524821;
Background color
Panel with #524821 background
background-color: #524821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524821; background: linear-gradient(135deg, #524821, #3B5221);