#78784f
a dark, soft yellow · cool · closest name: gray
RGB
120, 120, 79
HSL
60°, 21%, 39%
CMYK
0, 0, 34, 53
Luminance
0.1799
Every format
| HEX | #78784f |
| RGB | rgb(120, 120, 79) |
| HSL | hsl(60, 21%, 39%) |
| CMYK | cmyk(0%, 0%, 34%, 53%) |
| LAB | lab(49.5 -6.9 22.6) |
| LCH | lch(49.5 23.6 107.0) |
| OKLCH | oklch(0.562 0.059 108.2) |
Copy-ready code
/* CSS */
color: #78784f;
background-color: #78784f;
/* Tailwind (arbitrary) */
class="text-[#78784f] bg-[#78784f]"
/* SCSS */
$brand: #78784f;
/* SwiftUI */
Color(red: 0.471, green: 0.471, blue: 0.310)
/* Android */
Color.parseColor("#78784f")Accessibility — WCAG contrast
Aa
#78784f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#78784f on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green47.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow34.2%
Key (black)52.9%
Color previews
#78784f text on a black background
contrast 4.60:1
Card sample
#78784f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78784f;
Background color
Panel with #78784f background
background-color: #78784f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78784f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 120, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 120, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78784f; background: linear-gradient(135deg, #78784f, #5D784F);