#776b2f
a dark, soft yellow · cool · closest name: olive
RGB
119, 107, 47
HSL
50°, 43%, 33%
CMYK
0, 10, 61, 53
Luminance
0.1464
Every format
| HEX | #776b2f |
| RGB | rgb(119, 107, 47) |
| HSL | hsl(50, 43%, 33%) |
| CMYK | cmyk(0%, 10%, 61%, 53%) |
| LAB | lab(45.1 -3.5 34.7) |
| LCH | lch(45.1 34.9 95.7) |
| OKLCH | oklch(0.526 0.081 98.1) |
Copy-ready code
/* CSS */
color: #776b2f;
background-color: #776b2f;
/* Tailwind (arbitrary) */
class="text-[#776b2f] bg-[#776b2f]"
/* SCSS */
$brand: #776b2f;
/* SwiftUI */
Color(red: 0.467, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#776b2f")Accessibility — WCAG contrast
Aa
#776b2f on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#776b2f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green42.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow60.5%
Key (black)53.3%
Color previews
#776b2f text on a black background
contrast 3.93:1
Card sample
#776b2f text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #776b2f;
Background color
Panel with #776b2f background
background-color: #776b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #776b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #776b2f; background: linear-gradient(135deg, #776b2f, #53772F);