#7ba02d
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 160, 45
HSL
79°, 56%, 40%
CMYK
23, 0, 72, 37
Luminance
0.2954
Every format
| HEX | #7ba02d |
| RGB | rgb(123, 160, 45) |
| HSL | hsl(79, 56%, 40%) |
| CMYK | cmyk(23%, 0%, 72%, 37%) |
| LAB | lab(61.3 -29.7 52.8) |
| LCH | lch(61.3 60.6 119.4) |
| OKLCH | oklch(0.656 0.146 125.8) |
Copy-ready code
/* CSS */
color: #7ba02d;
background-color: #7ba02d;
/* Tailwind (arbitrary) */
class="text-[#7ba02d] bg-[#7ba02d]"
/* SCSS */
$brand: #7ba02d;
/* SwiftUI */
Color(red: 0.482, green: 0.627, blue: 0.176)
/* Android */
Color.parseColor("#7ba02d")Accessibility — WCAG contrast
Aa
#7ba02d on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7ba02d on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green62.7%
Blue17.6%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow71.9%
Key (black)37.3%
Color previews
#7ba02d text on a black background
contrast 6.91:1
Card sample
#7ba02d text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba02d;
Background color
Panel with #7ba02d background
background-color: #7ba02d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba02d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 160, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 160, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba02d; background: linear-gradient(135deg, #7ba02d, #2EA02D);