#78af09
a dark, electric green · cool · closest name: olivedrab
RGB
120, 175, 9
HSL
80°, 90%, 36%
CMYK
31, 0, 95, 31
Luminance
0.3467
Every format
| HEX | #78af09 |
| RGB | rgb(120, 175, 9) |
| HSL | hsl(80, 90%, 36%) |
| CMYK | cmyk(31%, 0%, 95%, 31%) |
| LAB | lab(65.5 -39.1 65.5) |
| LCH | lch(65.5 76.3 120.8) |
| OKLCH | oklch(0.689 0.180 128.8) |
Copy-ready code
/* CSS */
color: #78af09;
background-color: #78af09;
/* Tailwind (arbitrary) */
class="text-[#78af09] bg-[#78af09]"
/* SCSS */
$brand: #78af09;
/* SwiftUI */
Color(red: 0.471, green: 0.686, blue: 0.035)
/* Android */
Color.parseColor("#78af09")Accessibility — WCAG contrast
Aa
#78af09 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78af09 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green68.6%
Blue3.5%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow94.9%
Key (black)31.4%
Color previews
#78af09 text on a black background
contrast 7.93:1
Card sample
#78af09 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78af09;
Background color
Panel with #78af09 background
background-color: #78af09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78af09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 175, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 175, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78af09; background: linear-gradient(135deg, #78af09, #09AF09);