#524708
a deep, electric yellow · cool · closest name: olive
RGB
82, 71, 8
HSL
51°, 82%, 18%
CMYK
0, 13, 90, 68
Luminance
0.0632
Every format
| HEX | #524708 |
| RGB | rgb(82, 71, 8) |
| HSL | hsl(51, 82%, 18%) |
| CMYK | cmyk(0%, 13%, 90%, 68%) |
| LAB | lab(30.2 -2.5 35.8) |
| LCH | lch(30.2 35.9 94.1) |
| OKLCH | oklch(0.397 0.078 98.4) |
Copy-ready code
/* CSS */
color: #524708;
background-color: #524708;
/* Tailwind (arbitrary) */
class="text-[#524708] bg-[#524708]"
/* SCSS */
$brand: #524708;
/* SwiftUI */
Color(red: 0.322, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#524708")Accessibility — WCAG contrast
Aa
#524708 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524708 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow90.2%
Key (black)67.8%
Color previews
#524708 text on a black background
contrast 2.26:1
Card sample
#524708 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524708;
Background color
Panel with #524708 background
background-color: #524708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524708; background: linear-gradient(135deg, #524708, #2C5208);