#7c7921
a dark, vivid yellow · cool · closest name: olive
RGB
124, 121, 33
HSL
58°, 58%, 31%
CMYK
0, 2, 73, 51
Luminance
0.1807
Every format
| HEX | #7c7921 |
| RGB | rgb(124, 121, 33) |
| HSL | hsl(58, 58%, 31%) |
| CMYK | cmyk(0%, 2%, 73%, 51%) |
| LAB | lab(49.6 -9.9 46.0) |
| LCH | lch(49.6 47.0 102.2) |
| OKLCH | oklch(0.562 0.107 107.4) |
Copy-ready code
/* CSS */
color: #7c7921;
background-color: #7c7921;
/* Tailwind (arbitrary) */
class="text-[#7c7921] bg-[#7c7921]"
/* SCSS */
$brand: #7c7921;
/* SwiftUI */
Color(red: 0.486, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#7c7921")Accessibility — WCAG contrast
Aa
#7c7921 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c7921 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow73.4%
Key (black)51.4%
Color previews
#7c7921 text on a black background
contrast 4.61:1
Card sample
#7c7921 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c7921;
Background color
Panel with #7c7921 background
background-color: #7c7921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c7921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c7921; background: linear-gradient(135deg, #7c7921, #427C21);