#524407
a deep, electric yellow · cool · closest name: olive
RGB
82, 68, 7
HSL
49°, 84%, 18%
CMYK
0, 17, 92, 68
Luminance
0.0594
Every format
| HEX | #524407 |
| RGB | rgb(82, 68, 7) |
| HSL | hsl(49, 84%, 18%) |
| CMYK | cmyk(0%, 17%, 92%, 68%) |
| LAB | lab(29.3 -0.7 35.4) |
| LCH | lch(29.3 35.4 91.2) |
| OKLCH | oklch(0.390 0.076 94.8) |
Copy-ready code
/* CSS */
color: #524407;
background-color: #524407;
/* Tailwind (arbitrary) */
class="text-[#524407] bg-[#524407]"
/* SCSS */
$brand: #524407;
/* SwiftUI */
Color(red: 0.322, green: 0.267, blue: 0.027)
/* Android */
Color.parseColor("#524407")Accessibility — WCAG contrast
Aa
#524407 on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524407 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green26.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow91.5%
Key (black)67.8%
Color previews
#524407 text on a black background
contrast 2.19:1
Card sample
#524407 text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524407;
Background color
Panel with #524407 background
background-color: #524407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 68, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 68, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524407; background: linear-gradient(135deg, #524407, #2E5207);