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