#7ccc5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 204, 95
HSL
104°, 52%, 59%
CMYK
39, 0, 53, 20
Luminance
0.4830
Every format
| HEX | #7ccc5f |
| RGB | rgb(124, 204, 95) |
| HSL | hsl(104, 52%, 59%) |
| CMYK | cmyk(39%, 0%, 53%, 20%) |
| LAB | lab(75.0 -44.6 46.2) |
| LCH | lch(75.0 64.2 134.0) |
| OKLCH | oklch(0.769 0.165 138.1) |
Copy-ready code
/* CSS */
color: #7ccc5f;
background-color: #7ccc5f;
/* Tailwind (arbitrary) */
class="text-[#7ccc5f] bg-[#7ccc5f]"
/* SCSS */
$brand: #7ccc5f;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.373)
/* Android */
Color.parseColor("#7ccc5f")Accessibility — WCAG contrast
Aa
#7ccc5f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccc5f on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue37.3%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow53.4%
Key (black)20.0%
Color previews
#7ccc5f text on a black background
contrast 10.66:1
Card sample
#7ccc5f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccc5f;
Background color
Panel with #7ccc5f background
background-color: #7ccc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccc5f; background: linear-gradient(135deg, #7ccc5f, #5FCC8B);