#76c876
a balanced, soft green · cool · closest name: seagreen
RGB
118, 200, 118
HSL
120°, 43%, 62%
CMYK
41, 0, 41, 22
Luminance
0.4647
Every format
| HEX | #76c876 |
| RGB | rgb(118, 200, 118) |
| HSL | hsl(120, 43%, 62%) |
| CMYK | cmyk(41%, 0%, 41%, 22%) |
| LAB | lab(73.8 -41.6 33.3) |
| LCH | lch(73.8 53.4 141.3) |
| OKLCH | oklch(0.760 0.140 144.0) |
Copy-ready code
/* CSS */
color: #76c876;
background-color: #76c876;
/* Tailwind (arbitrary) */
class="text-[#76c876] bg-[#76c876]"
/* SCSS */
$brand: #76c876;
/* SwiftUI */
Color(red: 0.463, green: 0.784, blue: 0.463)
/* Android */
Color.parseColor("#76c876")Accessibility — WCAG contrast
Aa
#76c876 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c876 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green78.4%
Blue46.3%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow41.0%
Key (black)21.6%
Color previews
#76c876 text on a black background
contrast 10.29:1
Card sample
#76c876 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c876;
Background color
Panel with #76c876 background
background-color: #76c876;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c876;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 200, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 200, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c876; background: linear-gradient(135deg, #76c876, #76C8AD);