#79bc8b
a balanced, soft green · cool · closest name: seagreen
RGB
121, 188, 139
HSL
136°, 33%, 61%
CMYK
36, 0, 26, 26
Luminance
0.4190
Every format
| HEX | #79bc8b |
| RGB | rgb(121, 188, 139) |
| HSL | hsl(136, 33%, 61%) |
| CMYK | cmyk(36%, 0%, 26%, 26%) |
| LAB | lab(70.8 -31.7 18.2) |
| LCH | lch(70.8 36.6 150.1) |
| OKLCH | oklch(0.737 0.099 151.9) |
Copy-ready code
/* CSS */
color: #79bc8b;
background-color: #79bc8b;
/* Tailwind (arbitrary) */
class="text-[#79bc8b] bg-[#79bc8b]"
/* SCSS */
$brand: #79bc8b;
/* SwiftUI */
Color(red: 0.475, green: 0.737, blue: 0.545)
/* Android */
Color.parseColor("#79bc8b")Accessibility — WCAG contrast
Aa
#79bc8b on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79bc8b on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green73.7%
Blue54.5%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow26.1%
Key (black)26.3%
Color previews
#79bc8b text on a black background
contrast 9.38:1
Card sample
#79bc8b text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79bc8b;
Background color
Panel with #79bc8b background
background-color: #79bc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79bc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 188, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 188, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79bc8b; background: linear-gradient(135deg, #79bc8b, #79BCB8);