#7ab34d
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 179, 77
HSL
94°, 40%, 50%
CMYK
32, 0, 57, 30
Luminance
0.3691
Every format
| HEX | #7ab34d |
| RGB | rgb(122, 179, 77) |
| HSL | hsl(94, 40%, 50%) |
| CMYK | cmyk(32%, 0%, 57%, 30%) |
| LAB | lab(67.2 -36.3 45.5) |
| LCH | lch(67.2 58.2 128.6) |
| OKLCH | oklch(0.705 0.147 133.3) |
Copy-ready code
/* CSS */
color: #7ab34d;
background-color: #7ab34d;
/* Tailwind (arbitrary) */
class="text-[#7ab34d] bg-[#7ab34d]"
/* SCSS */
$brand: #7ab34d;
/* SwiftUI */
Color(red: 0.478, green: 0.702, blue: 0.302)
/* Android */
Color.parseColor("#7ab34d")Accessibility — WCAG contrast
Aa
#7ab34d on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab34d on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.2%
Blue30.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow57.0%
Key (black)29.8%
Color previews
#7ab34d text on a black background
contrast 8.38:1
Card sample
#7ab34d text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab34d;
Background color
Panel with #7ab34d background
background-color: #7ab34d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab34d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 179, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 179, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab34d; background: linear-gradient(135deg, #7ab34d, #4DB364);