#514613
a deep, vivid yellow · cool · closest name: sienna
RGB
81, 70, 19
HSL
49°, 62%, 20%
CMYK
0, 14, 77, 68
Luminance
0.0618
Every format
| HEX | #514613 |
| RGB | rgb(81, 70, 19) |
| HSL | hsl(49, 62%, 20%) |
| CMYK | cmyk(0%, 14%, 77%, 68%) |
| LAB | lab(29.9 -1.9 31.0) |
| LCH | lch(29.9 31.1 93.5) |
| OKLCH | oklch(0.395 0.070 96.8) |
Copy-ready code
/* CSS */
color: #514613;
background-color: #514613;
/* Tailwind (arbitrary) */
class="text-[#514613] bg-[#514613]"
/* SCSS */
$brand: #514613;
/* SwiftUI */
Color(red: 0.318, green: 0.275, blue: 0.075)
/* Android */
Color.parseColor("#514613")Accessibility — WCAG contrast
Aa
#514613 on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#514613 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green27.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow76.5%
Key (black)68.2%
Color previews
#514613 text on a black background
contrast 2.24:1
Card sample
#514613 text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514613;
Background color
Panel with #514613 background
background-color: #514613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 70, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 70, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514613; background: linear-gradient(135deg, #514613, #335113);