#7abd56
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 189, 86
HSL
99°, 44%, 54%
CMYK
35, 0, 55, 26
Luminance
0.4120
Every format
| HEX | #7abd56 |
| RGB | rgb(122, 189, 86) |
| HSL | hsl(99, 44%, 54%) |
| CMYK | cmyk(35%, 0%, 55%, 26%) |
| LAB | lab(70.3 -39.8 44.9) |
| LCH | lch(70.3 60.0 131.5) |
| OKLCH | oklch(0.731 0.153 135.9) |
Copy-ready code
/* CSS */
color: #7abd56;
background-color: #7abd56;
/* Tailwind (arbitrary) */
class="text-[#7abd56] bg-[#7abd56]"
/* SCSS */
$brand: #7abd56;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.337)
/* Android */
Color.parseColor("#7abd56")Accessibility — WCAG contrast
Aa
#7abd56 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abd56 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue33.7%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow54.5%
Key (black)25.9%
Color previews
#7abd56 text on a black background
contrast 9.24:1
Card sample
#7abd56 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abd56;
Background color
Panel with #7abd56 background
background-color: #7abd56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abd56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abd56; background: linear-gradient(135deg, #7abd56, #56BD77);