#7a6721
a dark, vivid yellow · cool · closest name: olive
RGB
122, 103, 33
HSL
47°, 57%, 30%
CMYK
0, 16, 73, 52
Luminance
0.1395
Every format
| HEX | #7a6721 |
| RGB | rgb(122, 103, 33) |
| HSL | hsl(47, 57%, 30%) |
| CMYK | cmyk(0%, 16%, 73%, 52%) |
| LAB | lab(44.2 -0.7 40.5) |
| LCH | lch(44.2 40.5 91.0) |
| OKLCH | oklch(0.518 0.091 93.6) |
Copy-ready code
/* CSS */
color: #7a6721;
background-color: #7a6721;
/* Tailwind (arbitrary) */
class="text-[#7a6721] bg-[#7a6721]"
/* SCSS */
$brand: #7a6721;
/* SwiftUI */
Color(red: 0.478, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#7a6721")Accessibility — WCAG contrast
Aa
#7a6721 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a6721 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow73.0%
Key (black)52.2%
Color previews
#7a6721 text on a black background
contrast 3.79:1
Card sample
#7a6721 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a6721;
Background color
Panel with #7a6721 background
background-color: #7a6721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a6721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a6721; background: linear-gradient(135deg, #7a6721, #527A21);