#7a7a3d
a dark, soft yellow · cool · closest name: olive
RGB
122, 122, 61
HSL
60°, 33%, 36%
CMYK
0, 0, 50, 52
Luminance
0.1839
Every format
| HEX | #7a7a3d |
| RGB | rgb(122, 122, 61) |
| HSL | hsl(60, 33%, 36%) |
| CMYK | cmyk(0%, 0%, 50%, 52%) |
| LAB | lab(50.0 -9.3 33.1) |
| LCH | lch(50.0 34.4 105.6) |
| OKLCH | oklch(0.566 0.083 108.8) |
Copy-ready code
/* CSS */
color: #7a7a3d;
background-color: #7a7a3d;
/* Tailwind (arbitrary) */
class="text-[#7a7a3d] bg-[#7a7a3d]"
/* SCSS */
$brand: #7a7a3d;
/* SwiftUI */
Color(red: 0.478, green: 0.478, blue: 0.239)
/* Android */
Color.parseColor("#7a7a3d")Accessibility — WCAG contrast
Aa
#7a7a3d on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7a7a3d on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green47.8%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)52.2%
Color previews
#7a7a3d text on a black background
contrast 4.68:1
Card sample
#7a7a3d text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a7a3d;
Background color
Panel with #7a7a3d background
background-color: #7a7a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a7a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 122, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 122, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a7a3d; background: linear-gradient(135deg, #7a7a3d, #517A3D);