#7a720e
a dark, electric yellow · cool · closest name: olive
RGB
122, 114, 14
HSL
56°, 79%, 27%
CMYK
0, 7, 89, 52
Luminance
0.1620
Every format
| HEX | #7a720e |
| RGB | rgb(122, 114, 14) |
| HSL | hsl(56, 79%, 27%) |
| CMYK | cmyk(0%, 7%, 89%, 52%) |
| LAB | lab(47.2 -7.8 50.0) |
| LCH | lch(47.2 50.6 98.8) |
| OKLCH | oklch(0.542 0.110 104.4) |
Copy-ready code
/* CSS */
color: #7a720e;
background-color: #7a720e;
/* Tailwind (arbitrary) */
class="text-[#7a720e] bg-[#7a720e]"
/* SCSS */
$brand: #7a720e;
/* SwiftUI */
Color(red: 0.478, green: 0.447, blue: 0.055)
/* Android */
Color.parseColor("#7a720e")Accessibility — WCAG contrast
Aa
#7a720e on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a720e on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green44.7%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta6.6%
Yellow88.5%
Key (black)52.2%
Color previews
#7a720e text on a black background
contrast 4.24:1
Card sample
#7a720e text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a720e;
Background color
Panel with #7a720e background
background-color: #7a720e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a720e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 114, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 114, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a720e; background: linear-gradient(135deg, #7a720e, #3A7A0E);