#504f13
a deep, vivid yellow · cool · closest name: olive
RGB
80, 79, 19
HSL
59°, 62%, 19%
CMYK
0, 1, 76, 69
Luminance
0.0734
Every format
| HEX | #504f13 |
| RGB | rgb(80, 79, 19) |
| HSL | hsl(59, 62%, 19%) |
| CMYK | cmyk(0%, 1%, 76%, 69%) |
| LAB | lab(32.6 -7.9 33.7) |
| LCH | lch(32.6 34.6 103.2) |
| OKLCH | oklch(0.416 0.079 108.4) |
Copy-ready code
/* CSS */
color: #504f13;
background-color: #504f13;
/* Tailwind (arbitrary) */
class="text-[#504f13] bg-[#504f13]"
/* SCSS */
$brand: #504f13;
/* SwiftUI */
Color(red: 0.314, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#504f13")Accessibility — WCAG contrast
Aa
#504f13 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#504f13 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow76.3%
Key (black)68.6%
Color previews
#504f13 text on a black background
contrast 2.47:1
Card sample
#504f13 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #504f13;
Background color
Panel with #504f13 background
background-color: #504f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #504f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #504f13; background: linear-gradient(135deg, #504f13, #285013);