#76cd7f
a balanced, vivid green · cool · closest name: seagreen
RGB
118, 205, 127
HSL
126°, 47%, 63%
CMYK
42, 0, 38, 20
Luminance
0.4905
Every format
| HEX | #76cd7f |
| RGB | rgb(118, 205, 127) |
| HSL | hsl(126, 47%, 63%) |
| CMYK | cmyk(42%, 0%, 38%, 20%) |
| LAB | lab(75.5 -42.4 30.9) |
| LCH | lch(75.5 52.5 144.0) |
| OKLCH | oklch(0.774 0.139 146.4) |
Copy-ready code
/* CSS */
color: #76cd7f;
background-color: #76cd7f;
/* Tailwind (arbitrary) */
class="text-[#76cd7f] bg-[#76cd7f]"
/* SCSS */
$brand: #76cd7f;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#76cd7f")Accessibility — WCAG contrast
Aa
#76cd7f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cd7f on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue49.8%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#76cd7f text on a black background
contrast 10.81:1
Card sample
#76cd7f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cd7f;
Background color
Panel with #76cd7f background
background-color: #76cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cd7f; background: linear-gradient(135deg, #76cd7f, #76CDB9);