#7cbd73
a balanced, soft green · cool · closest name: seagreen
RGB
124, 189, 115
HSL
113°, 36%, 60%
CMYK
34, 0, 39, 26
Luminance
0.4192
Every format
| HEX | #7cbd73 |
| RGB | rgb(124, 189, 115) |
| HSL | hsl(113, 36%, 60%) |
| CMYK | cmyk(34%, 0%, 39%, 26%) |
| LAB | lab(70.8 -35.3 31.0) |
| LCH | lch(70.8 47.0 138.7) |
| OKLCH | oklch(0.736 0.123 141.4) |
Copy-ready code
/* CSS */
color: #7cbd73;
background-color: #7cbd73;
/* Tailwind (arbitrary) */
class="text-[#7cbd73] bg-[#7cbd73]"
/* SCSS */
$brand: #7cbd73;
/* SwiftUI */
Color(red: 0.486, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#7cbd73")Accessibility — WCAG contrast
Aa
#7cbd73 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbd73 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.1%
Blue45.1%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow39.2%
Key (black)25.9%
Color previews
#7cbd73 text on a black background
contrast 9.38:1
Card sample
#7cbd73 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbd73;
Background color
Panel with #7cbd73 background
background-color: #7cbd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbd73; background: linear-gradient(135deg, #7cbd73, #73BD9B);