#534813
a deep, vivid yellow · cool · closest name: sienna
RGB
83, 72, 19
HSL
50°, 63%, 20%
CMYK
0, 13, 77, 68
Luminance
0.0652
Every format
| HEX | #534813 |
| RGB | rgb(83, 72, 19) |
| HSL | hsl(50, 63%, 20%) |
| CMYK | cmyk(0%, 13%, 77%, 68%) |
| LAB | lab(30.7 -2.1 31.9) |
| LCH | lch(30.7 32.0 93.8) |
| OKLCH | oklch(0.402 0.072 97.2) |
Copy-ready code
/* CSS */
color: #534813;
background-color: #534813;
/* Tailwind (arbitrary) */
class="text-[#534813] bg-[#534813]"
/* SCSS */
$brand: #534813;
/* SwiftUI */
Color(red: 0.325, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#534813")Accessibility — WCAG contrast
Aa
#534813 on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534813 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow77.1%
Key (black)67.5%
Color previews
#534813 text on a black background
contrast 2.30:1
Card sample
#534813 text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534813;
Background color
Panel with #534813 background
background-color: #534813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534813; background: linear-gradient(135deg, #534813, #335313);