#7cab49
a balanced, soft green · cool · closest name: olivedrab
RGB
124, 171, 73
HSL
89°, 40%, 48%
CMYK
28, 0, 57, 33
Luminance
0.3389
Every format
| HEX | #7cab49 |
| RGB | rgb(124, 171, 73) |
| HSL | hsl(89, 40%, 48%) |
| CMYK | cmyk(28%, 0%, 57%, 33%) |
| LAB | lab(64.9 -32.2 44.7) |
| LCH | lch(64.9 55.1 125.8) |
| OKLCH | oklch(0.686 0.138 130.7) |
Copy-ready code
/* CSS */
color: #7cab49;
background-color: #7cab49;
/* Tailwind (arbitrary) */
class="text-[#7cab49] bg-[#7cab49]"
/* SCSS */
$brand: #7cab49;
/* SwiftUI */
Color(red: 0.486, green: 0.671, blue: 0.286)
/* Android */
Color.parseColor("#7cab49")Accessibility — WCAG contrast
Aa
#7cab49 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cab49 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.1%
Blue28.6%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow57.3%
Key (black)32.9%
Color previews
#7cab49 text on a black background
contrast 7.78:1
Card sample
#7cab49 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cab49;
Background color
Panel with #7cab49 background
background-color: #7cab49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cab49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 171, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 171, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cab49; background: linear-gradient(135deg, #7cab49, #49AB57);