#7a6629
a dark, vivid yellow · cool · closest name: olive
RGB
122, 102, 41
HSL
45°, 50%, 32%
CMYK
0, 16, 66, 52
Luminance
0.1380
Every format
| HEX | #7a6629 |
| RGB | rgb(122, 102, 41) |
| HSL | hsl(45, 50%, 32%) |
| CMYK | cmyk(0%, 16%, 66%, 52%) |
| LAB | lab(44.0 0.4 36.5) |
| LCH | lch(44.0 36.5 89.4) |
| OKLCH | oklch(0.517 0.084 91.0) |
Copy-ready code
/* CSS */
color: #7a6629;
background-color: #7a6629;
/* Tailwind (arbitrary) */
class="text-[#7a6629] bg-[#7a6629]"
/* SCSS */
$brand: #7a6629;
/* SwiftUI */
Color(red: 0.478, green: 0.400, blue: 0.161)
/* Android */
Color.parseColor("#7a6629")Accessibility — WCAG contrast
Aa
#7a6629 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a6629 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green40.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow66.4%
Key (black)52.2%
Color previews
#7a6629 text on a black background
contrast 3.76:1
Card sample
#7a6629 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a6629;
Background color
Panel with #7a6629 background
background-color: #7a6629;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a6629;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 102, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 102, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a6629; background: linear-gradient(135deg, #7a6629, #587A29);