#525421
a deep, soft yellow · cool · closest name: olive
RGB
82, 84, 33
HSL
62°, 44%, 23%
CMYK
2, 0, 61, 67
Luminance
0.0824
Every format
| HEX | #525421 |
| RGB | rgb(82, 84, 33) |
| HSL | hsl(62, 44%, 23%) |
| CMYK | cmyk(2%, 0%, 61%, 67%) |
| LAB | lab(34.5 -8.8 29.0) |
| LCH | lch(34.5 30.3 106.9) |
| OKLCH | oklch(0.432 0.072 111.1) |
Copy-ready code
/* CSS */
color: #525421;
background-color: #525421;
/* Tailwind (arbitrary) */
class="text-[#525421] bg-[#525421]"
/* SCSS */
$brand: #525421;
/* SwiftUI */
Color(red: 0.322, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#525421")Accessibility — WCAG contrast
Aa
#525421 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525421 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green32.9%
Blue12.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#525421 text on a black background
contrast 2.65:1
Card sample
#525421 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525421;
Background color
Panel with #525421 background
background-color: #525421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525421; background: linear-gradient(135deg, #525421, #305421);