#78a03c
a dark, vivid green · cool · closest name: olivedrab
RGB
120, 160, 60
HSL
84°, 46%, 43%
CMYK
25, 0, 63, 37
Luminance
0.2946
Every format
| HEX | #78a03c |
| RGB | rgb(120, 160, 60) |
| HSL | hsl(84, 46%, 43%) |
| CMYK | cmyk(25%, 0%, 63%, 37%) |
| LAB | lab(61.2 -29.8 46.5) |
| LCH | lch(61.2 55.2 122.7) |
| OKLCH | oklch(0.655 0.136 128.2) |
Copy-ready code
/* CSS */
color: #78a03c;
background-color: #78a03c;
/* Tailwind (arbitrary) */
class="text-[#78a03c] bg-[#78a03c]"
/* SCSS */
$brand: #78a03c;
/* SwiftUI */
Color(red: 0.471, green: 0.627, blue: 0.235)
/* Android */
Color.parseColor("#78a03c")Accessibility — WCAG contrast
Aa
#78a03c on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#78a03c on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green62.7%
Blue23.5%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow62.5%
Key (black)37.3%
Color previews
#78a03c text on a black background
contrast 6.89:1
Card sample
#78a03c text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78a03c;
Background color
Panel with #78a03c background
background-color: #78a03c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78a03c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 160, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 160, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78a03c; background: linear-gradient(135deg, #78a03c, #3CA043);