#4fbc8f
a balanced, soft green · cool · closest name: seagreen
RGB
79, 188, 143
HSL
155°, 45%, 52%
CMYK
58, 0, 24, 26
Luminance
0.3961
Every format
| HEX | #4fbc8f |
| RGB | rgb(79, 188, 143) |
| HSL | hsl(155, 45%, 52%) |
| CMYK | cmyk(58%, 0%, 24%, 26%) |
| LAB | lab(69.2 -42.0 13.6) |
| LCH | lch(69.2 44.1 162.1) |
| OKLCH | oklch(0.720 0.121 163.3) |
Copy-ready code
/* CSS */
color: #4fbc8f;
background-color: #4fbc8f;
/* Tailwind (arbitrary) */
class="text-[#4fbc8f] bg-[#4fbc8f]"
/* SCSS */
$brand: #4fbc8f;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.561)
/* Android */
Color.parseColor("#4fbc8f")Accessibility — WCAG contrast
Aa
#4fbc8f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbc8f on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue56.1%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow23.9%
Key (black)26.3%
Color previews
#4fbc8f text on a black background
contrast 8.92:1
Card sample
#4fbc8f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbc8f;
Background color
Panel with #4fbc8f background
background-color: #4fbc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbc8f; background: linear-gradient(135deg, #4fbc8f, #4FA1BC);