#7ba034
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 160, 52
HSL
81°, 51%, 42%
CMYK
23, 0, 68, 37
Luminance
0.2960
Every format
| HEX | #7ba034 |
| RGB | rgb(123, 160, 52) |
| HSL | hsl(81, 51%, 42%) |
| CMYK | cmyk(23%, 0%, 68%, 37%) |
| LAB | lab(61.3 -29.2 50.1) |
| LCH | lch(61.3 58.0 120.3) |
| OKLCH | oklch(0.656 0.141 126.3) |
Copy-ready code
/* CSS */
color: #7ba034;
background-color: #7ba034;
/* Tailwind (arbitrary) */
class="text-[#7ba034] bg-[#7ba034]"
/* SCSS */
$brand: #7ba034;
/* SwiftUI */
Color(red: 0.482, green: 0.627, blue: 0.204)
/* Android */
Color.parseColor("#7ba034")Accessibility — WCAG contrast
Aa
#7ba034 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7ba034 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green62.7%
Blue20.4%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow67.5%
Key (black)37.3%
Color previews
#7ba034 text on a black background
contrast 6.92:1
Card sample
#7ba034 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba034;
Background color
Panel with #7ba034 background
background-color: #7ba034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 160, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 160, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba034; background: linear-gradient(135deg, #7ba034, #34A035);