#7ba80f
a dark, electric green · cool · closest name: olivedrab
RGB
123, 168, 15
HSL
78°, 84%, 36%
CMYK
27, 0, 91, 34
Luminance
0.3225
Every format
| HEX | #7ba80f |
| RGB | rgb(123, 168, 15) |
| HSL | hsl(78, 84%, 36%) |
| CMYK | cmyk(27%, 0%, 91%, 34%) |
| LAB | lab(63.5 -34.7 63.2) |
| LCH | lch(63.5 72.1 118.8) |
| OKLCH | oklch(0.674 0.169 126.6) |
Copy-ready code
/* CSS */
color: #7ba80f;
background-color: #7ba80f;
/* Tailwind (arbitrary) */
class="text-[#7ba80f] bg-[#7ba80f]"
/* SCSS */
$brand: #7ba80f;
/* SwiftUI */
Color(red: 0.482, green: 0.659, blue: 0.059)
/* Android */
Color.parseColor("#7ba80f")Accessibility — WCAG contrast
Aa
#7ba80f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba80f on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.9%
Blue5.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow91.1%
Key (black)34.1%
Color previews
#7ba80f text on a black background
contrast 7.45:1
Card sample
#7ba80f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba80f;
Background color
Panel with #7ba80f background
background-color: #7ba80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 168, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 168, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba80f; background: linear-gradient(135deg, #7ba80f, #15A80F);