#787835
a dark, soft yellow · cool · closest name: olive
RGB
120, 120, 53
HSL
60°, 39%, 34%
CMYK
0, 0, 56, 53
Luminance
0.1768
Every format
| HEX | #787835 |
| RGB | rgb(120, 120, 53) |
| HSL | hsl(60, 39%, 34%) |
| CMYK | cmyk(0%, 0%, 56%, 53%) |
| LAB | lab(49.1 -9.8 36.2) |
| LCH | lch(49.1 37.5 105.2) |
| OKLCH | oklch(0.558 0.089 109.0) |
Copy-ready code
/* CSS */
color: #787835;
background-color: #787835;
/* Tailwind (arbitrary) */
class="text-[#787835] bg-[#787835]"
/* SCSS */
$brand: #787835;
/* SwiftUI */
Color(red: 0.471, green: 0.471, blue: 0.208)
/* Android */
Color.parseColor("#787835")Accessibility — WCAG contrast
Aa
#787835 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#787835 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green47.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow55.8%
Key (black)52.9%
Color previews
#787835 text on a black background
contrast 4.54:1
Card sample
#787835 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #787835;
Background color
Panel with #787835 background
background-color: #787835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #787835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 120, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 120, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #787835; background: linear-gradient(135deg, #787835, #4B7835);