#514213
a deep, vivid yellow · cool · closest name: sienna
RGB
81, 66, 19
HSL
46°, 62%, 20%
CMYK
0, 19, 77, 68
Luminance
0.0569
Every format
| HEX | #514213 |
| RGB | rgb(81, 66, 19) |
| HSL | hsl(46, 62%, 20%) |
| CMYK | cmyk(0%, 19%, 77%, 68%) |
| LAB | lab(28.6 0.6 29.8) |
| LCH | lch(28.6 29.8 88.9) |
| OKLCH | oklch(0.385 0.067 90.9) |
Copy-ready code
/* CSS */
color: #514213;
background-color: #514213;
/* Tailwind (arbitrary) */
class="text-[#514213] bg-[#514213]"
/* SCSS */
$brand: #514213;
/* SwiftUI */
Color(red: 0.318, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#514213")Accessibility — WCAG contrast
Aa
#514213 on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#514213 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green25.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow76.5%
Key (black)68.2%
Color previews
#514213 text on a black background
contrast 2.14:1
Card sample
#514213 text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514213;
Background color
Panel with #514213 background
background-color: #514213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514213; background: linear-gradient(135deg, #514213, #375113);