#776921
a dark, vivid yellow · cool · closest name: olive
RGB
119, 105, 33
HSL
50°, 57%, 30%
CMYK
0, 12, 72, 53
Luminance
0.1413
Every format
| HEX | #776921 |
| RGB | rgb(119, 105, 33) |
| HSL | hsl(50, 57%, 30%) |
| CMYK | cmyk(0%, 12%, 72%, 53%) |
| LAB | lab(44.4 -3.3 40.7) |
| LCH | lch(44.4 40.8 94.6) |
| OKLCH | oklch(0.520 0.092 98.0) |
Copy-ready code
/* CSS */
color: #776921;
background-color: #776921;
/* Tailwind (arbitrary) */
class="text-[#776921] bg-[#776921]"
/* SCSS */
$brand: #776921;
/* SwiftUI */
Color(red: 0.467, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#776921")Accessibility — WCAG contrast
Aa
#776921 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776921 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow72.3%
Key (black)53.3%
Color previews
#776921 text on a black background
contrast 3.83:1
Card sample
#776921 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776921;
Background color
Panel with #776921 background
background-color: #776921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776921; background: linear-gradient(135deg, #776921, #4C7721);