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