#7b7204
a deep, electric yellow · cool · closest name: olive
RGB
123, 114, 4
HSL
56°, 94%, 25%
CMYK
0, 7, 97, 52
Luminance
0.1625
Every format
| HEX | #7b7204 |
| RGB | rgb(123, 114, 4) |
| HSL | hsl(56, 94%, 25%) |
| CMYK | cmyk(0%, 7%, 97%, 52%) |
| LAB | lab(47.3 -7.5 52.3) |
| LCH | lch(47.3 52.8 98.2) |
| OKLCH | oklch(0.543 0.114 104.0) |
Copy-ready code
/* CSS */
color: #7b7204;
background-color: #7b7204;
/* Tailwind (arbitrary) */
class="text-[#7b7204] bg-[#7b7204]"
/* SCSS */
$brand: #7b7204;
/* SwiftUI */
Color(red: 0.482, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#7b7204")Accessibility — WCAG contrast
Aa
#7b7204 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b7204 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green44.7%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow96.7%
Key (black)51.8%
Color previews
#7b7204 text on a black background
contrast 4.25:1
Card sample
#7b7204 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b7204;
Background color
Panel with #7b7204 background
background-color: #7b7204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b7204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b7204; background: linear-gradient(135deg, #7b7204, #357B04);