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