#4fac7d
a balanced, soft green · cool · closest name: seagreen
RGB
79, 172, 125
HSL
150°, 37%, 49%
CMYK
54, 0, 27, 33
Luminance
0.3265
Every format
| HEX | #4fac7d |
| RGB | rgb(79, 172, 125) |
| HSL | hsl(150, 37%, 49%) |
| CMYK | cmyk(54%, 0%, 27%, 33%) |
| LAB | lab(63.9 -38.8 16.0) |
| LCH | lch(63.9 42.0 157.6) |
| OKLCH | oklch(0.675 0.114 159.1) |
Copy-ready code
/* CSS */
color: #4fac7d;
background-color: #4fac7d;
/* Tailwind (arbitrary) */
class="text-[#4fac7d] bg-[#4fac7d]"
/* SCSS */
$brand: #4fac7d;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.490)
/* Android */
Color.parseColor("#4fac7d")Accessibility — WCAG contrast
Aa
#4fac7d on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fac7d on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue49.0%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow27.3%
Key (black)32.5%
Color previews
#4fac7d text on a black background
contrast 7.53:1
Card sample
#4fac7d text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fac7d;
Background color
Panel with #4fac7d background
background-color: #4fac7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fac7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fac7d; background: linear-gradient(135deg, #4fac7d, #4F9DAC);