#534713
a deep, vivid yellow · cool · closest name: sienna
RGB
83, 71, 19
HSL
49°, 63%, 20%
CMYK
0, 15, 77, 68
Luminance
0.0639
Every format
| HEX | #534713 |
| RGB | rgb(83, 71, 19) |
| HSL | hsl(49, 63%, 20%) |
| CMYK | cmyk(0%, 15%, 77%, 68%) |
| LAB | lab(30.4 -1.5 31.6) |
| LCH | lch(30.4 31.7 92.8) |
| OKLCH | oklch(0.399 0.071 95.8) |
Copy-ready code
/* CSS */
color: #534713;
background-color: #534713;
/* Tailwind (arbitrary) */
class="text-[#534713] bg-[#534713]"
/* SCSS */
$brand: #534713;
/* SwiftUI */
Color(red: 0.325, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#534713")Accessibility — WCAG contrast
Aa
#534713 on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534713 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow77.1%
Key (black)67.5%
Color previews
#534713 text on a black background
contrast 2.28:1
Card sample
#534713 text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534713;
Background color
Panel with #534713 background
background-color: #534713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534713; background: linear-gradient(135deg, #534713, #345313);