#7cac4f
a balanced, soft green · cool · closest name: olivedrab
RGB
124, 172, 79
HSL
91°, 37%, 49%
CMYK
28, 0, 54, 33
Luminance
0.3435
Every format
| HEX | #7cac4f |
| RGB | rgb(124, 172, 79) |
| HSL | hsl(91, 37%, 49%) |
| CMYK | cmyk(28%, 0%, 54%, 33%) |
| LAB | lab(65.2 -32.1 42.3) |
| LCH | lch(65.2 53.1 127.2) |
| OKLCH | oklch(0.689 0.134 131.7) |
Copy-ready code
/* CSS */
color: #7cac4f;
background-color: #7cac4f;
/* Tailwind (arbitrary) */
class="text-[#7cac4f] bg-[#7cac4f]"
/* SCSS */
$brand: #7cac4f;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#7cac4f")Accessibility — WCAG contrast
Aa
#7cac4f on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cac4f on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue31.0%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow54.1%
Key (black)32.5%
Color previews
#7cac4f text on a black background
contrast 7.87:1
Card sample
#7cac4f text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cac4f;
Background color
Panel with #7cac4f background
background-color: #7cac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cac4f; background: linear-gradient(135deg, #7cac4f, #4FAC60);