#4fba7f
a balanced, soft green · cool · closest name: seagreen
RGB
79, 186, 127
HSL
147°, 44%, 52%
CMYK
58, 0, 32, 27
Luminance
0.3831
Every format
| HEX | #4fba7f |
| RGB | rgb(79, 186, 127) |
| HSL | hsl(147, 44%, 52%) |
| CMYK | cmyk(58%, 0%, 32%, 27%) |
| LAB | lab(68.3 -44.5 20.9) |
| LCH | lch(68.3 49.1 154.8) |
| OKLCH | oklch(0.711 0.132 156.4) |
Copy-ready code
/* CSS */
color: #4fba7f;
background-color: #4fba7f;
/* Tailwind (arbitrary) */
class="text-[#4fba7f] bg-[#4fba7f]"
/* SCSS */
$brand: #4fba7f;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#4fba7f")Accessibility — WCAG contrast
Aa
#4fba7f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fba7f on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue49.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow31.7%
Key (black)27.1%
Color previews
#4fba7f text on a black background
contrast 8.66:1
Card sample
#4fba7f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fba7f;
Background color
Panel with #4fba7f background
background-color: #4fba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fba7f; background: linear-gradient(135deg, #4fba7f, #4FAEBA);