#4fac5f
a balanced, soft green · cool · closest name: seagreen
RGB
79, 172, 95
HSL
130°, 37%, 49%
CMYK
54, 0, 45, 33
Luminance
0.3199
Every format
| HEX | #4fac5f |
| RGB | rgb(79, 172, 95) |
| HSL | hsl(130, 37%, 49%) |
| CMYK | cmyk(54%, 0%, 45%, 33%) |
| LAB | lab(63.3 -44.4 31.4) |
| LCH | lch(63.3 54.3 144.7) |
| OKLCH | oklch(0.669 0.143 147.4) |
Copy-ready code
/* CSS */
color: #4fac5f;
background-color: #4fac5f;
/* Tailwind (arbitrary) */
class="text-[#4fac5f] bg-[#4fac5f]"
/* SCSS */
$brand: #4fac5f;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.373)
/* Android */
Color.parseColor("#4fac5f")Accessibility — WCAG contrast
Aa
#4fac5f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fac5f on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue37.3%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow44.8%
Key (black)32.5%
Color previews
#4fac5f text on a black background
contrast 7.40:1
Card sample
#4fac5f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fac5f;
Background color
Panel with #4fac5f background
background-color: #4fac5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fac5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fac5f; background: linear-gradient(135deg, #4fac5f, #4FAC9D);