#7c6513
a dark, vivid yellow · cool · closest name: olive
RGB
124, 101, 19
HSL
47°, 73%, 28%
CMYK
0, 19, 85, 51
Luminance
0.1364
Every format
| HEX | #7c6513 |
| RGB | rgb(124, 101, 19) |
| HSL | hsl(47, 73%, 28%) |
| CMYK | cmyk(0%, 19%, 85%, 51%) |
| LAB | lab(43.7 0.8 45.7) |
| LCH | lch(43.7 45.7 89.0) |
| OKLCH | oklch(0.515 0.098 91.8) |
Copy-ready code
/* CSS */
color: #7c6513;
background-color: #7c6513;
/* Tailwind (arbitrary) */
class="text-[#7c6513] bg-[#7c6513]"
/* SCSS */
$brand: #7c6513;
/* SwiftUI */
Color(red: 0.486, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#7c6513")Accessibility — WCAG contrast
Aa
#7c6513 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c6513 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green39.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow84.7%
Key (black)51.4%
Color previews
#7c6513 text on a black background
contrast 3.73:1
Card sample
#7c6513 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c6513;
Background color
Panel with #7c6513 background
background-color: #7c6513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c6513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c6513; background: linear-gradient(135deg, #7c6513, #4D7C13);