#534310
a deep, vivid yellow · cool · closest name: sienna
RGB
83, 67, 16
HSL
46°, 68%, 19%
CMYK
0, 19, 81, 68
Luminance
0.0589
Every format
| HEX | #534310 |
| RGB | rgb(83, 67, 16) |
| HSL | hsl(46, 68%, 19%) |
| CMYK | cmyk(0%, 19%, 81%, 68%) |
| LAB | lab(29.1 0.8 31.8) |
| LCH | lch(29.1 31.8 88.6) |
| OKLCH | oklch(0.389 0.070 90.8) |
Copy-ready code
/* CSS */
color: #534310;
background-color: #534310;
/* Tailwind (arbitrary) */
class="text-[#534310] bg-[#534310]"
/* SCSS */
$brand: #534310;
/* SwiftUI */
Color(red: 0.325, green: 0.263, blue: 0.063)
/* Android */
Color.parseColor("#534310")Accessibility — WCAG contrast
Aa
#534310 on white: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534310 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green26.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta19.3%
Yellow80.7%
Key (black)67.5%
Color previews
#534310 text on a black background
contrast 2.18:1
Card sample
#534310 text on a white background
contrast 9.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534310;
Background color
Panel with #534310 background
background-color: #534310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 67, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 67, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534310; background: linear-gradient(135deg, #534310, #365310);