#7ba40c
a dark, electric green · cool · closest name: olivedrab
RGB
123, 164, 12
HSL
76°, 86%, 35%
CMYK
25, 0, 93, 36
Luminance
0.3079
Every format
| HEX | #7ba40c |
| RGB | rgb(123, 164, 12) |
| HSL | hsl(76, 86%, 35%) |
| CMYK | cmyk(25%, 0%, 93%, 36%) |
| LAB | lab(62.3 -32.9 62.7) |
| LCH | lch(62.3 70.8 117.7) |
| OKLCH | oklch(0.664 0.165 125.6) |
Copy-ready code
/* CSS */
color: #7ba40c;
background-color: #7ba40c;
/* Tailwind (arbitrary) */
class="text-[#7ba40c] bg-[#7ba40c]"
/* SCSS */
$brand: #7ba40c;
/* SwiftUI */
Color(red: 0.482, green: 0.643, blue: 0.047)
/* Android */
Color.parseColor("#7ba40c")Accessibility — WCAG contrast
Aa
#7ba40c on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba40c on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.3%
Blue4.7%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow92.7%
Key (black)35.7%
Color previews
#7ba40c text on a black background
contrast 7.16:1
Card sample
#7ba40c text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba40c;
Background color
Panel with #7ba40c background
background-color: #7ba40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 164, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 164, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba40c; background: linear-gradient(135deg, #7ba40c, #16A40C);