#7c5708
a dark, electric yellow · warm · closest name: sienna
RGB
124, 87, 8
HSL
41°, 88%, 26%
CMYK
0, 30, 94, 51
Luminance
0.1112
Every format
| HEX | #7c5708 |
| RGB | rgb(124, 87, 8) |
| HSL | hsl(41, 88%, 26%) |
| CMYK | cmyk(0%, 30%, 94%, 51%) |
| LAB | lab(39.8 8.8 45.6) |
| LCH | lch(39.8 46.5 79.1) |
| OKLCH | oklch(0.484 0.098 79.0) |
Copy-ready code
/* CSS */
color: #7c5708;
background-color: #7c5708;
/* Tailwind (arbitrary) */
class="text-[#7c5708] bg-[#7c5708]"
/* SCSS */
$brand: #7c5708;
/* SwiftUI */
Color(red: 0.486, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#7c5708")Accessibility — WCAG contrast
Aa
#7c5708 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c5708 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow93.5%
Key (black)51.4%
Color previews
#7c5708 text on a black background
contrast 3.22:1
Card sample
#7c5708 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c5708;
Background color
Panel with #7c5708 background
background-color: #7c5708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c5708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c5708; background: linear-gradient(135deg, #7c5708, #547C08);