#7ba721
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 167, 33
HSL
80°, 67%, 39%
CMYK
26, 0, 80, 35
Luminance
0.3196
Every format
| HEX | #7ba721 |
| RGB | rgb(123, 167, 33) |
| HSL | hsl(80, 67%, 39%) |
| CMYK | cmyk(26%, 0%, 80%, 35%) |
| LAB | lab(63.3 -33.6 58.8) |
| LCH | lch(63.3 67.8 119.8) |
| OKLCH | oklch(0.672 0.162 127.0) |
Copy-ready code
/* CSS */
color: #7ba721;
background-color: #7ba721;
/* Tailwind (arbitrary) */
class="text-[#7ba721] bg-[#7ba721]"
/* SCSS */
$brand: #7ba721;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#7ba721")Accessibility — WCAG contrast
Aa
#7ba721 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba721 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue12.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#7ba721 text on a black background
contrast 7.39:1
Card sample
#7ba721 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba721;
Background color
Panel with #7ba721 background
background-color: #7ba721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba721; background: linear-gradient(135deg, #7ba721, #22A721);