#7ab366
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 179, 102
HSL
104°, 34%, 55%
CMYK
32, 0, 43, 30
Luminance
0.3734
Every format
| HEX | #7ab366 |
| RGB | rgb(122, 179, 102) |
| HSL | hsl(104, 34%, 55%) |
| CMYK | cmyk(32%, 0%, 43%, 30%) |
| LAB | lab(67.5 -33.2 33.5) |
| LCH | lch(67.5 47.2 134.8) |
| OKLCH | oklch(0.709 0.122 138.0) |
Copy-ready code
/* CSS */
color: #7ab366;
background-color: #7ab366;
/* Tailwind (arbitrary) */
class="text-[#7ab366] bg-[#7ab366]"
/* SCSS */
$brand: #7ab366;
/* SwiftUI */
Color(red: 0.478, green: 0.702, blue: 0.400)
/* Android */
Color.parseColor("#7ab366")Accessibility — WCAG contrast
Aa
#7ab366 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab366 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.2%
Blue40.0%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow43.0%
Key (black)29.8%
Color previews
#7ab366 text on a black background
contrast 8.47:1
Card sample
#7ab366 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab366;
Background color
Panel with #7ab366 background
background-color: #7ab366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 179, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 179, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab366; background: linear-gradient(135deg, #7ab366, #66B385);