#7ab85f
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 184, 95
HSL
102°, 39%, 55%
CMYK
34, 0, 48, 28
Luminance
0.3924
Every format
| HEX | #7ab85f |
| RGB | rgb(122, 184, 95) |
| HSL | hsl(102, 39%, 55%) |
| CMYK | cmyk(34%, 0%, 48%, 28%) |
| LAB | lab(68.9 -36.5 38.8) |
| LCH | lch(68.9 53.2 133.2) |
| OKLCH | oklch(0.720 0.137 136.9) |
Copy-ready code
/* CSS */
color: #7ab85f;
background-color: #7ab85f;
/* Tailwind (arbitrary) */
class="text-[#7ab85f] bg-[#7ab85f]"
/* SCSS */
$brand: #7ab85f;
/* SwiftUI */
Color(red: 0.478, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#7ab85f")Accessibility — WCAG contrast
Aa
#7ab85f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab85f on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green72.2%
Blue37.3%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow48.4%
Key (black)27.8%
Color previews
#7ab85f text on a black background
contrast 8.85:1
Card sample
#7ab85f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab85f;
Background color
Panel with #7ab85f background
background-color: #7ab85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab85f; background: linear-gradient(135deg, #7ab85f, #5FB87F);