#4fb080
a balanced, soft green · cool · closest name: seagreen
RGB
79, 176, 128
HSL
150°, 38%, 50%
CMYK
55, 0, 27, 31
Luminance
0.3427
Every format
| HEX | #4fb080 |
| RGB | rgb(79, 176, 128) |
| HSL | hsl(150, 38%, 50%) |
| CMYK | cmyk(55%, 0%, 27%, 31%) |
| LAB | lab(65.2 -39.9 16.1) |
| LCH | lch(65.2 43.1 158.0) |
| OKLCH | oklch(0.686 0.117 159.4) |
Copy-ready code
/* CSS */
color: #4fb080;
background-color: #4fb080;
/* Tailwind (arbitrary) */
class="text-[#4fb080] bg-[#4fb080]"
/* SCSS */
$brand: #4fb080;
/* SwiftUI */
Color(red: 0.310, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#4fb080")Accessibility — WCAG contrast
Aa
#4fb080 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fb080 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green69.0%
Blue50.2%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#4fb080 text on a black background
contrast 7.85:1
Card sample
#4fb080 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fb080;
Background color
Panel with #4fb080 background
background-color: #4fb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fb080; background: linear-gradient(135deg, #4fb080, #4F9FB0);