#79c78f
a balanced, soft green · cool · closest name: seagreen
RGB
121, 199, 143
HSL
137°, 41%, 63%
CMYK
39, 0, 28, 22
Luminance
0.4689
Every format
| HEX | #79c78f |
| RGB | rgb(121, 199, 143) |
| HSL | hsl(137, 41%, 63%) |
| CMYK | cmyk(39%, 0%, 28%, 22%) |
| LAB | lab(74.1 -36.1 20.7) |
| LCH | lch(74.1 41.6 150.2) |
| OKLCH | oklch(0.764 0.112 152.0) |
Copy-ready code
/* CSS */
color: #79c78f;
background-color: #79c78f;
/* Tailwind (arbitrary) */
class="text-[#79c78f] bg-[#79c78f]"
/* SCSS */
$brand: #79c78f;
/* SwiftUI */
Color(red: 0.475, green: 0.780, blue: 0.561)
/* Android */
Color.parseColor("#79c78f")Accessibility — WCAG contrast
Aa
#79c78f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c78f on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green78.0%
Blue56.1%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow28.1%
Key (black)22.0%
Color previews
#79c78f text on a black background
contrast 10.38:1
Card sample
#79c78f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c78f;
Background color
Panel with #79c78f background
background-color: #79c78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 199, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 199, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c78f; background: linear-gradient(135deg, #79c78f, #79C7C3);