#77da7c
a light, vivid green · cool · closest name: forestgreen
RGB
119, 218, 124
HSL
123°, 57%, 66%
CMYK
45, 0, 43, 15
Luminance
0.5552
Every format
| HEX | #77da7c |
| RGB | rgb(119, 218, 124) |
| HSL | hsl(123, 57%, 66%) |
| CMYK | cmyk(45%, 0%, 43%, 15%) |
| LAB | lab(79.3 -48.1 37.4) |
| LCH | lch(79.3 60.9 142.2) |
| OKLCH | oklch(0.805 0.160 144.9) |
Copy-ready code
/* CSS */
color: #77da7c;
background-color: #77da7c;
/* Tailwind (arbitrary) */
class="text-[#77da7c] bg-[#77da7c]"
/* SCSS */
$brand: #77da7c;
/* SwiftUI */
Color(red: 0.467, green: 0.855, blue: 0.486)
/* Android */
Color.parseColor("#77da7c")Accessibility — WCAG contrast
Aa
#77da7c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77da7c on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green85.5%
Blue48.6%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow43.1%
Key (black)14.5%
Color previews
#77da7c text on a black background
contrast 12.10:1
Card sample
#77da7c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77da7c;
Background color
Panel with #77da7c background
background-color: #77da7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77da7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 218, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 218, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77da7c; background: linear-gradient(135deg, #77da7c, #77DABE);